mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Move toolbar settings above minimalist modes
This commit is contained in:
parent
ef54865a2c
commit
8018c1dcae
1 changed files with 30 additions and 28 deletions
|
@ -135,6 +135,32 @@
|
|||
<string>preferences_distractions</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_7">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="hide_top_bar">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>preferences_hide_top_bar_during_review</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="hide_bottom_bar">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>preferences_hide_bottom_bar_during_review</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="reduce_motion">
|
||||
<property name="sizePolicy">
|
||||
|
@ -164,32 +190,6 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="hide_top_bar">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>preferences_hide_top_bar_during_review</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="hide_bottom_bar">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>preferences_hide_bottom_bar_during_review</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -1003,6 +1003,8 @@
|
|||
<tabstop>theme</tabstop>
|
||||
<tabstop>styleComboBox</tabstop>
|
||||
<tabstop>uiScale</tabstop>
|
||||
<tabstop>hide_top_bar</tabstop>
|
||||
<tabstop>hide_bottom_bar</tabstop>
|
||||
<tabstop>reduce_motion</tabstop>
|
||||
<tabstop>minimalist_mode</tabstop>
|
||||
<tabstop>pastePNG</tabstop>
|
||||
|
@ -1011,6 +1013,8 @@
|
|||
<tabstop>default_search_text</tabstop>
|
||||
<tabstop>ignore_accents_in_search</tabstop>
|
||||
<tabstop>legacy_import_export</tabstop>
|
||||
<tabstop>sched2021</tabstop>
|
||||
<tabstop>dayLearnFirst</tabstop>
|
||||
<tabstop>legacy_timezone</tabstop>
|
||||
<tabstop>dayOffset</tabstop>
|
||||
<tabstop>lrnCutoff</tabstop>
|
||||
|
@ -1031,8 +1035,6 @@
|
|||
<tabstop>weekly_backups</tabstop>
|
||||
<tabstop>monthly_backups</tabstop>
|
||||
<tabstop>tabWidget</tabstop>
|
||||
<tabstop>sched2021</tabstop>
|
||||
<tabstop>dayLearnFirst</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections>
|
||||
|
|
Loading…
Reference in a new issue