add spacing in add cards, unify wording

This commit is contained in:
Damien Elmes 2012-05-25 11:41:34 +09:00
parent ea280de01e
commit 99bb91d6d3
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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>