summaryrefslogtreecommitdiffstats
path: root/panels/applications/cc-applications-row.ui
blob: 5bd6e0931910c2b33867c9adb9ba9ca83efad7fe (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="CcApplicationsRow" parent="GtkListBoxRow">
    <child>
      <object class="GtkBox" id="box">
        <property name="margin-top">6</property>
        <property name="margin-bottom">6</property>
        <property name="margin-start">6</property>
        <property name="margin-end">6</property>
        <property name="spacing">12</property>
        <child>
          <object class="GtkImage" id="image">
            <property name="pixel-size">32</property>
            <style>
              <class name="lowres-icon"/>
            </style>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="label">
            <property name="xalign">0</property>
            <property name="ellipsize">end</property>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>