mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 23:57:13 -05:00
give a little separation to fields+cards
This commit is contained in:
parent
ebe313acf4
commit
e4c1132aef
1 changed files with 1 additions and 0 deletions
|
|
@ -397,6 +397,7 @@ class Editor(object):
|
||||||
b("fields", self.onFields, "",
|
b("fields", self.onFields, "",
|
||||||
shortcut(_("Customize Fields")), size=False, text=_("Fields..."),
|
shortcut(_("Customize Fields")), size=False, text=_("Fields..."),
|
||||||
native=True, canDisable=False)
|
native=True, canDisable=False)
|
||||||
|
self.iconsBox.addItem(QSpacerItem(6,1, QSizePolicy.Fixed))
|
||||||
b("layout", self.onCardLayout, _("Ctrl+L"),
|
b("layout", self.onCardLayout, _("Ctrl+L"),
|
||||||
shortcut(_("Customize Cards (Ctrl+L)")),
|
shortcut(_("Customize Cards (Ctrl+L)")),
|
||||||
size=False, text=_("Cards..."), native=True, canDisable=False)
|
size=False, text=_("Cards..."), native=True, canDisable=False)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue