display: Move display settings to a separate page
Right now there's no way to reach this page, but we'll add ways in the next commits.
This commit is contained in:
parent
8c8e123690
commit
da599ec252
1 changed files with 10 additions and 3 deletions
|
@ -180,9 +180,6 @@
|
|||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="AdwBin" id="display_settings_bin" />
|
||||
</child>
|
||||
<accessibility>
|
||||
<property name="label" translatable="yes">Display Configuration</property>
|
||||
</accessibility>
|
||||
|
@ -237,6 +234,16 @@
|
|||
</object>
|
||||
</child>
|
||||
|
||||
<!-- Display Settings page -->
|
||||
<child>
|
||||
<object class="GtkStackPage">
|
||||
<property name="name">display-settings</property>
|
||||
<property name="child">
|
||||
<object class="AdwBin" id="display_settings_bin" />
|
||||
</property>
|
||||
</object>
|
||||
</child>
|
||||
|
||||
</object>
|
||||
</child>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue