summaryrefslogtreecommitdiff
path: root/data/ui/baobab-location-list.ui
diff options
context:
space:
mode:
Diffstat (limited to 'data/ui/baobab-location-list.ui')
-rw-r--r--data/ui/baobab-location-list.ui38
1 files changed, 16 insertions, 22 deletions
diff --git a/data/ui/baobab-location-list.ui b/data/ui/baobab-location-list.ui
index e616e65..ec3713d 100644
--- a/data/ui/baobab-location-list.ui
+++ b/data/ui/baobab-location-list.ui
@@ -10,28 +10,25 @@
<object class="GtkBox" id="local_box">
<property name="visible">True</property>
<property name="orientation">vertical</property>
+ <property name="spacing">6</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"/>
+ <class name="heading"/>
</style>
</object>
</child>
<child>
- <object class="GtkFrame">
+ <object class="GtkListBox" id="local_list_box">
<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>
+ <property name="selection_mode">none</property>
+ <style>
+ <class name="view"/>
+ <class name="content"/>
+ </style>
</object>
</child>
</object>
@@ -40,28 +37,25 @@
<object class="GtkBox" id="remote_box">
<property name="visible">True</property>
<property name="orientation">vertical</property>
+ <property name="spacing">6</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"/>
+ <class name="heading"/>
</style>
</object>
</child>
<child>
- <object class="GtkFrame">
+ <object class="GtkListBox" id="remote_list_box">
<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>
+ <property name="selection_mode">none</property>
+ <style>
+ <class name="view"/>
+ <class name="content"/>
+ </style>
</object>
</child>
</object>