summaryrefslogtreecommitdiff
path: root/data/ui/baobab-location-list.ui
blob: 8669c6760351ae979e560143b34b57918d79421b (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.0 -->
  <template class="BaobabLocationList" parent="GtkBox">
    <property name="orientation">vertical</property>
    <property name="spacing">32</property>
    <property name="margin_start">32</property>
    <property name="margin_end">32</property>
    <property name="margin_top">32</property>
    <property name="margin_bottom">32</property>
    <child>
      <object class="GtkBox" id="local_box">
        <property name="orientation">vertical</property>
        <property name="spacing">6</property>
        <child>
          <object class="GtkLabel" id="local_label">
            <property name="halign">start</property>
            <property name="label" translatable="yes">This Computer</property>
            <style>
              <class name="heading"/>
            </style>
          </object>
        </child>
        <child>
          <object class="GtkListBox" id="local_list_box">
            <property name="selection_mode">none</property>
            <style>
              <class name="view"/>
              <class name="content"/>
            </style>
          </object>
        </child>
      </object>
    </child>
    <child>
      <object class="GtkBox" id="remote_box">
        <property name="orientation">vertical</property>
        <property name="spacing">6</property>
        <child>
          <object class="GtkLabel" id="remote_label">
            <property name="halign">start</property>
            <property name="label" translatable="yes">Remote Locations</property>
            <style>
              <class name="heading"/>
            </style>
          </object>
        </child>
        <child>
          <object class="GtkListBox" id="remote_list_box">
            <property name="selection_mode">none</property>
            <style>
              <class name="view"/>
              <class name="content"/>
            </style>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>