~elementary-os/elementaryos/os-patch-gnome-bluetooth-bionic

« back to all changes in this revision

Viewing changes to lib/bluetooth-settings-row.ui

  • Committer: RabbitBot
  • Date: 2018-02-05 12:57:34 UTC
  • Revision ID: rabbitbot@elementary.io-20180205125734-a49s78k7asb5pokc
Initial import, version 3.26.1-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!-- Generated with glade 3.18.3 -->
 
3
<interface>
 
4
  <requires lib="gtk+" version="3.12"/>
 
5
  <template class="BluetoothSettingsRow" parent="GtkListBoxRow">
 
6
    <property name="visible">True</property>
 
7
    <property name="can_focus">True</property>
 
8
    <child>
 
9
      <object class="GtkGrid" id="grid1">
 
10
        <property name="visible">True</property>
 
11
        <property name="can_focus">False</property>
 
12
        <property name="margin_start">20</property>
 
13
        <property name="margin_end">20</property>
 
14
        <property name="margin_top">16</property>
 
15
        <property name="margin_bottom">16</property>
 
16
        <child>
 
17
          <object class="GtkLabel" id="label">
 
18
            <property name="visible">True</property>
 
19
            <property name="can_focus">False</property>
 
20
            <property name="halign">start</property>
 
21
            <property name="valign">center</property>
 
22
            <property name="hexpand">True</property>
 
23
            <property name="label">Placeholder Name</property>
 
24
            <property name="ellipsize">end</property>
 
25
          </object>
 
26
          <packing>
 
27
            <property name="left_attach">0</property>
 
28
            <property name="top_attach">0</property>
 
29
          </packing>
 
30
        </child>
 
31
        <child>
 
32
          <object class="GtkLabel" id="status">
 
33
            <property name="visible">True</property>
 
34
            <property name="can_focus">False</property>
 
35
            <property name="halign">end</property>
 
36
            <property name="valign">center</property>
 
37
            <property name="label" translatable="yes">Not Set Up</property>
 
38
          </object>
 
39
          <packing>
 
40
            <property name="left_attach">2</property>
 
41
            <property name="top_attach">0</property>
 
42
          </packing>
 
43
        </child>
 
44
        <child>
 
45
          <object class="GtkSpinner" id="spinner">
 
46
            <property name="can_focus">False</property>
 
47
            <property name="halign">end</property>
 
48
            <property name="valign">center</property>
 
49
            <property name="margin_start">0</property>
 
50
            <property name="margin_end">0</property>
 
51
          </object>
 
52
          <packing>
 
53
            <property name="left_attach">1</property>
 
54
            <property name="top_attach">0</property>
 
55
          </packing>
 
56
        </child>
 
57
      </object>
 
58
    </child>
 
59
  </template>
 
60
</interface>