Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="DzlShortcutThemeEditor" parent="GtkBin">
    <child>
      <object class="GtkBox">
        <property name="orientation">vertical</property>
        <property name="spacing">12</property>
        <property name="visible">true</property>
        <child>
          <object class="GtkBox">
            <property name="orientation">horizontal</property>
            <property name="spacing">12</property>
            <property name="visible">true</property>
            <child>
              <object class="GtkLabel">
                <property name="label" translatable="yes">Keyboard Shortcuts</property>
                <property name="xalign">0.0</property>
                <property name="visible">true</property>
                <attributes>
                  <attribute name="weight" value="bold"/>
                </attributes>
              </object>
            </child>
            <child>
              <object class="GtkSearchEntry" id="filter_entry">
                <property name="placeholder-text" translatable="yes">Filter Shortcuts</property>
                <property name="max-width-chars">25</property>
                <property name="visible">true</property>
              </object>
              <packing>
                <property name="pack-type">end</property>
              </packing>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkScrolledWindow">
            <property name="propagate-natural-height">true</property>
            <property name="shadow-type">in</property>
            <property name="vexpand">true</property>
            <property name="visible">true</property>
            <child>
              <object class="GtkTreeView" id="tree_view">
                <property name="activate-on-single-click">true</property>
                <property name="fixed-height-mode">true</property>
                <property name="headers-visible">false</property>
                <property name="show-expanders">false</property>
                <property name="visible">true</property>
                <child>
                  <object class="GtkTreeViewColumn" id="title_column">
                    <property name="expand">true</property>
                    <property name="sizing">fixed</property>
                    <property name="title" translatable="yes">Action</property>
                    <child>
                      <object class="GtkCellRendererText" id="title_cell">
                        <property name="xpad">8</property>
                        <property name="ypad">6</property>
                      </object>
                    </child>
                  </object>
                </child>
                <child>
                  <object class="GtkTreeViewColumn" id="shortcut_column">
                    <property name="sizing">fixed</property>
                    <property name="min-width">195</property>
                    <property name="title" translatable="yes">Shortcut</property>
                    <child>
                      <object class="GtkCellRendererText" id="shortcut_cell">
                        <property name="xalign">1.0</property>
                        <property name="xpad">8</property>
                        <property name="ypad">6</property>
                      </object>
                    </child>
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>