summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/pages/keyboard/input-chooser.ui
blob: 5fe2229cd91aa63d34175a041573669fd139ab56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<interface>
  <template class="CcInputChooser" parent="GtkBox">
    <property name="orientation">vertical</property>
    <property name="spacing">12</property>
    <child>
      <object class="GtkSearchEntry" id="filter_entry">
        <property name="hexpand">True</property>
      </object>
    </child>
    <child>
      <object class="GtkListBox" id="input_list">
         <property name="vexpand">True</property>
         <property name="halign">fill</property>
         <property name="valign">start</property>
        <style>
          <class name="boxed-list" />
        </style>
      </object>
    </child>
  </template>
</interface>