mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
expand deck tree to depth 5
This commit is contained in:
parent
1f0f31a337
commit
3172d8faa4
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ class Browser(QMainWindow):
|
|||
self._decksTree(root)
|
||||
self._modelTree(root)
|
||||
self._userTagTree(root)
|
||||
self.form.tree.expandToDepth(0)
|
||||
self.form.tree.expandToDepth(5)
|
||||
self.form.tree.setIndentation(15)
|
||||
|
||||
def onTreeClick(self, item, col):
|
||||
|
|
Loading…
Reference in a new issue