mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
move widget
This commit is contained in:
parent
529084f51b
commit
94a3b38e59
1 changed files with 8 additions and 7 deletions
|
|
@ -373,6 +373,13 @@
|
|||
<string>preferences_review</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_5">
|
||||
<item>
|
||||
<widget class="QComboBox" name="reviewerTypeComboBox">
|
||||
<property name="currentText">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="showPlayButtons">
|
||||
<property name="sizePolicy">
|
||||
|
|
@ -451,13 +458,6 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="reviewerTypeComboBox">
|
||||
<property name="currentText">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="url_schemes">
|
||||
<property name="text">
|
||||
|
|
@ -1274,6 +1274,7 @@
|
|||
<tabstop>dayOffset</tabstop>
|
||||
<tabstop>lrnCutoff</tabstop>
|
||||
<tabstop>timeLimit</tabstop>
|
||||
<tabstop>reviewerTypeComboBox</tabstop>
|
||||
<tabstop>showPlayButtons</tabstop>
|
||||
<tabstop>interrupt_audio</tabstop>
|
||||
<tabstop>showProgress</tabstop>
|
||||
|
|
|
|||
Loading…
Reference in a new issue