mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
don't limit expansions in browser sidebar
This commit is contained in:
parent
80bb748472
commit
6e841b90e7
1 changed files with 1 additions and 1 deletions
|
@ -689,7 +689,7 @@ by clicking on one on the left."""))
|
|||
self._decksTree(root)
|
||||
self._modelTree(root)
|
||||
self._userTagTree(root)
|
||||
self.form.tree.expandToDepth(5)
|
||||
self.form.tree.expandAll()
|
||||
self.form.tree.setItemsExpandable(False)
|
||||
self.form.tree.setIndentation(15)
|
||||
|
||||
|
|
Loading…
Reference in a new issue