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>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
|
||||||
<object class="AdwBin" id="display_settings_bin" />
|
|
||||||
</child>
|
|
||||||
<accessibility>
|
<accessibility>
|
||||||
<property name="label" translatable="yes">Display Configuration</property>
|
<property name="label" translatable="yes">Display Configuration</property>
|
||||||
</accessibility>
|
</accessibility>
|
||||||
|
@ -237,6 +234,16 @@
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</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>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue