summaryrefslogtreecommitdiffstats
path: root/src/gs-app-addon-row.ui
blob: 471d373acf397377edf759817ea14b66941da100 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.10 -->
  <template class="GsAppAddonRow" parent="GtkListBoxRow">
    <property name="visible">True</property>
    <child>
      <object class="GtkBox" id="box">
        <property name="visible">True</property>
        <property name="margin-top">12</property>
        <property name="margin-bottom">12</property>
        <property name="margin-start">18</property>
        <property name="margin-end">18</property>
        <property name="orientation">horizontal</property>
        <child>
          <object class="GtkCheckButton" id="checkbox">
            <property name="visible">True</property>
            <property name="valign">center</property>
          </object>
        </child>
        <child>
          <object class="GtkBox" id="name_box">
            <property name="visible">True</property>
            <property name="margin_start">12</property>
            <property name="orientation">vertical</property>
            <property name="valign">start</property>
            <property name="hexpand">True</property>
            <child>
              <object class="GtkLabel" id="name_label">
                <property name="visible">True</property>
                <property name="wrap">True</property>
                <property name="max_width_chars">20</property>
                <property name="xalign">0.0</property>
                <property name="yalign">0.5</property>
              </object>
            </child>
            <child>
              <object class="GtkLabel" id="description_label">
                <property name="visible">True</property>
                <property name="wrap">True</property>
                <property name="max_width_chars">20</property>
                <property name="xalign">0</property>
                <property name="yalign">0.5</property>
                <property name="vexpand">True</property>
                <style>
                  <class name="dim-label"/>
                </style>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="label">
            <property name="visible">False</property>
            <property name="margin_start">12</property>
            <property name="width_request">100</property>
            <property name="xalign">1</property>
          </object>
          <packing>
            <property name="pack_type">end</property>
          </packing>
        </child>
      </object>
    </child>
  </template>
</interface>