summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/pages/keyboard/gis-keyboard-page.ui
blob: a47d8a15abb3c6703e756c5129f25c324b3505b3 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="GisKeyboardPage" parent="GisPage">
    <child>
      <object class="AdwPreferencesPage">
        <child>
          <object class="AdwPreferencesGroup">

            <child>
              <object class="GtkBox" id="page">
                <property name="orientation">vertical</property>
                <child>
                  <object class="GisPageHeader" id="header">
                    <property name="margin_top">24</property>
                    <property name="title" translatable="yes">Typing</property>
                    <property name="subtitle" translatable="yes">Select your keyboard layout or an input method.</property>
                    <property name="icon_name">input-keyboard-symbolic</property>
                    <property name="show_icon" bind-source="GisKeyboardPage" bind-property="small-screen" bind-flags="invert-boolean|sync-create"/>
                  </object>
                </child>
                <child>
                  <object class="CcInputChooser" id="input_chooser">
                    <property name="margin_top">18</property>
                    <property name="margin_bottom">18</property>
                  </object>
                </child>
              </object>
            </child>

          </object>
        </child>

      </object>
    </child>
  </template>
</interface>