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:
Georges Basile Stavracas Neto 2022-01-12 11:59:07 -03:00
parent 8c8e123690
commit da599ec252

View file

@ -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>