fix row order and some strings in behavior page

This commit is contained in:
Philipp Unger
2022-04-08 23:07:55 +02:00
parent 5371770915
commit e031805d25

View File

@@ -21,17 +21,6 @@
</object>
</child>
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Show running applications</property>
<child>
<object class="GtkSwitch" id="show_runnning_apps_switch">
<property name="valign">center</property>
</object>
</child>
</object>
</child>
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Show favorite applications on secondary panels</property>
@@ -45,7 +34,18 @@
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Show favorite applications</property>
<property name="title" translatable="yes">Show running applications</property>
<child>
<object class="GtkSwitch" id="show_runnning_apps_switch">
<property name="valign">center</property>
</object>
</child>
</object>
</child>
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Show &lt;i&gt;AppMenu&lt;/i&gt; button</property>
<property name="subtitle">Top Bar &gt; Show App Menu must be enabled in Tweak Tool</property>
<child>
<object class="GtkSwitch" id="show_appmenu_switch">