mirror of
https://github.com/ankitects/anki.git
synced 2025-12-21 10:52:57 -05:00
CHANGE: use minus sign instead of hyphen (#4437)
This commit is contained in:
parent
4e8c992be1
commit
4c7b343231
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ class DeckBrowser:
|
||||||
if node.collapsed:
|
if node.collapsed:
|
||||||
prefix = "+"
|
prefix = "+"
|
||||||
else:
|
else:
|
||||||
prefix = "-"
|
prefix = "−"
|
||||||
|
|
||||||
def indent() -> str:
|
def indent() -> str:
|
||||||
return " " * 6 * (node.level - 1)
|
return " " * 6 * (node.level - 1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue