mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
add spacing in add cards, unify wording
This commit is contained in:
parent
ea280de01e
commit
99bb91d6d3
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ class DeckChooser(QHBoxLayout):
|
|||
current = self.deck.text()
|
||||
ret = StudyDeck(
|
||||
self.mw, current=current, accept=_("Choose"),
|
||||
title=_("Select Deck"), help="addingnotes",
|
||||
title=_("Choose Deck"), help="addingnotes",
|
||||
cancel=False, parent=self.widget)
|
||||
self.deck.setText(ret.name)
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<property name="spacing">
|
||||
<number>0</number>
|
||||
<number>6</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>0</number>
|
||||
|
|
Loading…
Reference in a new issue