mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
work around problem with verbose languages in prefs dialog
This commit is contained in:
parent
4c7b67ae88
commit
aa95e44562
1 changed files with 11 additions and 11 deletions
|
@ -228,7 +228,7 @@
|
|||
<item>
|
||||
<layout class="QVBoxLayout" >
|
||||
<property name="spacing" >
|
||||
<number>12</number>
|
||||
<number>6</number>
|
||||
</property>
|
||||
<property name="margin" >
|
||||
<number>0</number>
|
||||
|
@ -240,6 +240,16 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="saveWhenClosing" >
|
||||
<property name="text" >
|
||||
<string>Save when closing</string>
|
||||
</property>
|
||||
<property name="checked" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QGridLayout" >
|
||||
<property name="margin" >
|
||||
|
@ -261,16 +271,6 @@
|
|||
<item row="1" column="1" >
|
||||
<widget class="QSpinBox" name="saveAfterEveryNum" />
|
||||
</item>
|
||||
<item row="0" column="0" >
|
||||
<widget class="QCheckBox" name="saveWhenClosing" >
|
||||
<property name="text" >
|
||||
<string>Save when closing</string>
|
||||
</property>
|
||||
<property name="checked" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="2" >
|
||||
<widget class="QLabel" name="label_5" >
|
||||
<property name="text" >
|
||||
|
|
Loading…
Reference in a new issue