summaryrefslogtreecommitdiffstats
path: root/src/gs-app-version-history-row.ui
blob: e6d08ecedf2970b930b3d39b3d17de47905f948a (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.10 -->
  <template class="GsAppVersionHistoryRow" parent="GtkListBoxRow">
    <property name="selectable">False</property>
    <property name="activatable">False</property>
    <property name="focusable">False</property>
    <child>
      <object class="GtkBox">
        <property name="margin_start">15</property>
        <property name="margin_top">15</property>
        <property name="margin_bottom">15</property>
        <property name="margin_end">15</property>
        <property name="orientation">vertical</property>
        <property name="valign">start</property>
        <property name="hexpand">True</property>
        <child>
          <object class="GtkBox">
            <property name="margin_top">3</property>
            <property name="margin_bottom">3</property>
            <property name="orientation">horizontal</property>
            <child>
              <object class="GtkLabel" id="version_number_label">
                <property name="hexpand">True</property>
                <property name="xalign">0</property>
                <property name="yalign">0.5</property>
                <attributes>
                  <attribute name="weight" value="bold"/>
                </attributes>
              </object>
            </child>
            <child>
              <object class="GtkLabel" id="version_date_label">
                <property name="xalign">0</property>
                <property name="yalign">0.5</property>
                <style>
                  <class name="dim-label"/>
                </style>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="version_description_label">
            <property name="margin_top">6</property>
            <property name="wrap">True</property>
            <property name="xalign">0</property>
            <property name="yalign">0.5</property>
            <property name="vexpand">True</property>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>