[baobab/wip/cdavis/hdy-restyle] location-list: Adjust section spacing and typography



commit 9362f79f18764c91e3abe0765e7b4897224f3952
Author: Christopher Davis <brainblasted disroot org>
Date:   Thu Feb 4 01:11:06 2021 -0800

    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.

 data/ui/baobab-location-list.ui | 6 ++++--
 1 file 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]