gnome-control-center/panels/display/cc-display-settings.ui
2023-05-30 08:36:22 +00:00

101 lines
4.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.0 -->
<interface>
<template class="CcDisplaySettings" parent="GtkBox">
<property name="spacing">18</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkListBox" id="enabled_listbox">
<property name="hexpand">True</property>
<property name="selection_mode">none</property>
<style>
<class name="boxed-list" />
</style>
<child>
<object class="AdwActionRow" id="enabled_row">
<property name="activatable-widget">enabled_switch</property>
<child>
<object class="GtkSwitch" id="enabled_switch">
<property name="halign">end</property>
<property name="valign">center</property>
<accessibility>
<property name="label" translatable="yes">Enabled</property>
</accessibility>
<signal name="notify::active" handler="on_enabled_switch_active_changed_cb" swapped="yes"/>
</object>
</child>
</object>
</child>
</object>
</child>
<child>
<object class="GtkListBox" id="listbox">
<property name="hexpand">True</property>
<property name="selection_mode">none</property>
<style>
<class name="boxed-list" />
</style>
<child>
<object class="AdwComboRow" id="orientation_row">
<property name="width_request">100</property>
<property name="title" translatable="yes" context="display setting">Orientation</property>
<signal name="notify::selected-item" handler="on_orientation_selection_changed_cb" swapped="yes"/>
</object>
</child>
<child>
<object class="AdwComboRow" id="resolution_row">
<property name="width_request">100</property>
<property name="title" translatable="yes" context="display setting">Resolution</property>
<signal name="notify::selected-item" handler="on_resolution_selection_changed_cb" swapped="yes"/>
</object>
</child>
<child>
<object class="AdwComboRow" id="refresh_rate_row">
<property name="width_request">100</property>
<property name="title" translatable="yes">Refresh Rate</property>
<signal name="notify::selected-item" handler="on_refresh_rate_selection_changed_cb" swapped="yes"/>
</object>
</child>
<child>
<object class="AdwActionRow" id="underscanning_row">
<property name="width_request">100</property>
<property name="title" translatable="yes">Adjust for TV</property>
<property name="activatable-widget">underscanning_switch</property>
<child>
<object class="GtkSwitch" id="underscanning_switch">
<property name="can_focus">False</property>
<property name="halign">end</property>
<property name="valign">center</property>
<signal name="notify::active" handler="on_underscanning_switch_active_changed_cb" swapped="yes"/>
</object>
</child>
</object>
</child>
<child>
<object class="AdwActionRow" id="scale_buttons_row">
<property name="width_request">100</property>
<property name="title" translatable="yes" context="display setting">Scale</property>
<child>
<object class="GtkBox" id="scale_bbox">
<property name="halign">end</property>
<property name="valign">center</property>
<style>
<class name="linked" />
</style>
</object>
</child>
</object>
</child>
<child>
<object class="AdwComboRow" id="scale_combo_row">
<property name="width_request">100</property>
<property name="title" translatable="yes" context="display setting">Scale</property>
<signal name="notify::selected-item" handler="on_scale_selection_changed_cb" swapped="yes"/>
</object>
</child>
</object>
</child>
</template>
</interface>