display: Move display arrangement to the top
As per mockups. No functional changes.
This commit is contained in:
parent
07c4e0f6d3
commit
f05fe78a98
1 changed files with 25 additions and 23 deletions
|
@ -45,6 +45,31 @@
|
|||
<property name="hexpand">True</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">32</property>
|
||||
|
||||
<child>
|
||||
<object class="AdwPreferencesGroup" id="arrangement_group">
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkFrame">
|
||||
<child>
|
||||
<object class="AdwBin" id="arrangement_bin" />
|
||||
</child>
|
||||
<style>
|
||||
<class name="view"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<accessibility>
|
||||
<property name="label" translatable="yes">Display Arrangement</property>
|
||||
</accessibility>
|
||||
</object>
|
||||
</child>
|
||||
|
||||
<child>
|
||||
<object class="AdwPreferencesGroup" id="display_settings_group">
|
||||
|
||||
|
@ -95,29 +120,6 @@
|
|||
</object>
|
||||
|
||||
</child>
|
||||
<child>
|
||||
<object class="AdwPreferencesGroup" id="arrangement_group">
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkFrame">
|
||||
<child>
|
||||
<object class="AdwBin" id="arrangement_bin" />
|
||||
</child>
|
||||
<style>
|
||||
<class name="view"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<accessibility>
|
||||
<property name="label" translatable="yes">Display Arrangement</property>
|
||||
</accessibility>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="orientation">vertical</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue