summaryrefslogtreecommitdiff
path: root/panels/display/cc-display-settings.ui
blob: 50ef951b45f40739c34f0d7df832de1bcdfced4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.0 -->
<interface>
  <requires lib="gtk+" version="3.20"/>
  <requires lib="libhandy" version="0.0"/>
  <template class="CcDisplaySettings" parent="GtkListBox">
    <property name="visible">True</property>
    <property name="can_focus">True</property>
    <property name="selection_mode">none</property>
    <child>
      <object class="HdyComboRow" id="orientation_row">
        <property name="width_request">100</property>
        <property name="visible">True</property>
        <property name="can_focus">True</property>
        <property name="title" translatable="yes" context="display setting">Orientation</property>
        <signal name="notify::selected-index" handler="on_orientation_selection_changed_cb" swapped="no"/>
      </object>
    </child>
    <child>
      <object class="HdyComboRow" id="resolution_row">
        <property name="width_request">100</property>
        <property name="visible">True</property>
        <property name="can_focus">True</property>
        <property name="title" translatable="yes" context="display setting">Resolution</property>
        <signal name="notify::selected-index" handler="on_resolution_selection_changed_cb" swapped="no"/>
      </object>
    </child>
    <child>
      <object class="HdyComboRow" id="refresh_rate_row">
        <property name="width_request">100</property>
        <property name="visible">True</property>
        <property name="can_focus">True</property>
        <property name="title" translatable="yes">Refresh Rate</property>
        <signal name="notify::selected-index" handler="on_refresh_rate_selection_changed_cb" swapped="no"/>
      </object>
    </child>
    <child>
      <object class="HdyActionRow" id="underscanning_row">
        <property name="width_request">100</property>
        <property name="visible">True</property>
        <property name="can_focus">True</property>
        <property name="title" translatable="yes">Adjust for TV</property>
        <child type="action">
          <object class="GtkSwitch" id="underscanning_switch">
            <property name="visible">True</property>
            <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="no"/>
          </object>
        </child>
      </object>
    </child>
    <child>
      <object class="HdyActionRow" id="scale_row">
        <property name="width_request">100</property>
        <property name="visible">True</property>
        <property name="can_focus">True</property>
        <property name="title" translatable="yes" context="display setting">Scale</property>
        <child type="action">
          <object class="GtkButtonBox" id="scale_bbox">
            <property name="visible">True</property>
            <property name="can_focus">False</property>
            <property name="halign">end</property>
            <property name="valign">center</property>
            <property name="layout_style">expand</property>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>