summaryrefslogtreecommitdiffstats
path: root/src/gs-category-tile.ui
blob: 117637d1289b17ac61b299c8bb17c4d268d46a14 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.10 -->
  <template class="GsCategoryTile" parent="GtkButton">
    <property name="visible">True</property>
    <style>
      <class name="view"/>
      <class name="tile"/>
      <class name="category-tile"/>
    </style>
    <child>
      <object class="GtkBox" id="box">
        <property name="visible">True</property>
        <property name="orientation">horizontal</property>
        <property name="spacing">12</property>
        <property name="margin_top">9</property>
        <property name="margin_bottom">9</property>
        <property name="margin_start">9</property>
        <property name="margin_end">9</property>
        <child>
          <object class="GtkImage" id="image">
            <property name="visible">True</property>
            <property name="icon_name">folder-music-symbolic</property>
            <property name="icon_size">1</property>
            <style>
              <class name="dim-label"/>
            </style>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="label">
            <property name="visible">True</property>
            <property name="xalign">0</property>
            <attributes>
              <attribute name="weight" value="bold"/>
            </attributes>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>