mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
disable deck expansion/contraction for now
This commit is contained in:
parent
1b489eea0b
commit
b4db0179d6
1 changed files with 1 additions and 0 deletions
|
@ -618,6 +618,7 @@ class Browser(QMainWindow):
|
|||
self._modelTree(root)
|
||||
self._userTagTree(root)
|
||||
self.form.tree.expandToDepth(5)
|
||||
self.form.tree.setItemsExpandable(False)
|
||||
self.form.tree.setIndentation(15)
|
||||
|
||||
def onTreeClick(self, item, col):
|
||||
|
|
Loading…
Reference in a new issue