summaryrefslogtreecommitdiff
path: root/data/ui/baobab-location-list.ui
blob: e616e658c322859e94cd240d02de828836507fa9 (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
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.0 -->
  <template class="BaobabLocationList" parent="GtkBox">
    <property name="visible">True</property>
    <property name="orientation">vertical</property>
    <property name="spacing">32</property>
    <property name="margin">32</property>
    <child>
      <object class="GtkBox" id="local_box">
        <property name="visible">True</property>
        <property name="orientation">vertical</property>
        <child>
          <object class="GtkLabel" id="local_label">
            <property name="visible">True</property>
            <property name="halign">start</property>
            <property name="label" translatable="yes">This Computer</property>
            <style>
              <class name="dim-label"/>
            </style>
          </object>
        </child>
        <child>
          <object class="GtkFrame">
            <property name="visible">True</property>
            <child>
              <object class="GtkListBox" id="local_list_box">
                <property name="visible">True</property>
                <property name="selection_mode">none</property>
                <style>
                  <class name="view"/>
                </style>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
    <child>
      <object class="GtkBox" id="remote_box">
        <property name="visible">True</property>
        <property name="orientation">vertical</property>
        <child>
          <object class="GtkLabel" id="remote_label">
            <property name="visible">True</property>
            <property name="halign">start</property>
            <property name="label" translatable="yes">Remote Locations</property>
            <style>
              <class name="dim-label"/>
            </style>
          </object>
        </child>
        <child>
          <object class="GtkFrame">
            <property name="visible">True</property>
            <child>
              <object class="GtkListBox" id="remote_list_box">
                <property name="visible">True</property>
                <property name="selection_mode">none</property>
                <style>
                  <class name="view"/>
                </style>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>