summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Davis <brainblasted@disroot.org>2021-02-04 01:11:06 -0800
committerChristopher Davis <brainblasted@disroot.org>2021-02-04 01:11:06 -0800
commit9362f79f18764c91e3abe0765e7b4897224f3952 (patch)
tree71ee91c6578388614dffc9617adbda78bda95a65
parentb2126a64e7f1351073c0f80ecf7872354d754d69 (diff)
downloadbaobab-9362f79f18764c91e3abe0765e7b4897224f3952.tar.gz
location-list: Adjust section spacing and typography
Makes the spacing more in line with other apps, as well as the typography for the section headers.
-rw-r--r--data/ui/baobab-location-list.ui6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/ui/baobab-location-list.ui b/data/ui/baobab-location-list.ui
index 869bb65..ec3713d 100644
--- a/data/ui/baobab-location-list.ui
+++ b/data/ui/baobab-location-list.ui
@@ -10,13 +10,14 @@
<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>
@@ -36,13 +37,14 @@
<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>