summaryrefslogtreecommitdiff
path: root/panels/thunderbolt/cc-bolt-device-entry.ui
blob: d1ada18569c1cedb1a9ff192667cb23b82116c8d (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk+" version="3.20"/>

  <template class="CcBoltDeviceEntry" parent="GtkListBoxRow">
    <property name="visible">True</property>
    <property name="can-focus">False</property>
    <property name="activatable">True</property>
    <child>
      <object class="GtkGrid">
        <property name="visible">True</property>
        <property name="border-width">12</property>
        <property name="margin_left">6</property>
        <property name="margin_right">6</property>
        <property name="column-spacing">12</property>
        <property name="row-spacing">2</property>
        <child>
          <object class="GtkLabel" id="name_label">
            <property name="ellipsize">end</property>
            <property name="use-markup">True</property>
            <property name="visible">True</property>
            <property name="hexpand">True</property>
            <property name="label">Device Name</property>
            <property name="xalign">0.0</property>
            <property name="valign">center</property>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">0</property>
          </packing>
        </child>
        <child>
          <object class="GtkLabel" id="status_label">
            <property name="visible">True</property>
            <property name="hexpand">False</property>
            <property name="label">Status</property>
            <property name="halign">end</property>
            <property name="valign">center</property>
            <property name="xalign">1.0</property>
          </object>
          <packing>
            <property name="left-attach">1</property>
            <property name="top-attach">0</property>
          </packing>
        </child>
      </object>
    </child>
  </template>
</interface>