summaryrefslogtreecommitdiffstats
path: root/src/gs-lozenge.ui
blob: 545d803f407ddc73f2f5999ece66b17b0b609a79 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk+" version="3.10"/>
  <template class="GsLozenge" parent="GtkBox">
    <property name="halign">center</property>
    <property name="hexpand">False</property>
    <property name="valign">center</property>
    <style>
      <class name="context-tile-lozenge"/>
    </style>
    <child>
      <object class="GtkImage" id="image">
        <property name="halign">center</property>
        <property name="hexpand">True</property>
        <!-- this is a placeholder: the icon is actually set in code -->
        <property name="icon-name">safety-symbolic</property>
        <property name="pixel-size">16</property>
        <property name="visible">False</property>
      </object>
    </child>
    <child>
      <object class="GtkLabel" id="label">
        <property name="halign">center</property>
        <property name="hexpand">True</property>
        <!-- this is a placeholder: the text is actually set in code -->
        <property name="label">20 MB</property>
        <property name="visible">False</property>
        <property name="xalign">0.5</property>
        <property name="visible">False</property>
      </object>
    </child>
  </template>
</interface>