mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
indent child decks more
This commit is contained in:
parent
26e05e19c0
commit
a2840f8ab7
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ body { margin: 1em; -webkit-user-select: none; }
|
||||||
name, did, due, lrn, new, children = node
|
name, did, due, lrn, new, children = node
|
||||||
due += lrn
|
due += lrn
|
||||||
def indent():
|
def indent():
|
||||||
return " "*3*depth
|
return " "*6*depth
|
||||||
if did == self.mw.col.conf['curDeck']:
|
if did == self.mw.col.conf['curDeck']:
|
||||||
klass = 'deck current'
|
klass = 'deck current'
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue