[gnome-music/wip/jfelder/albumwidget-full-scrollarea: 3/4] albumwidget: Reduce top and bottom margins



commit 81c00793bf772ddac9e3ad057a0d0a5cb6b1fac2
Author: Jean Felder <jfelder src gnome org>
Date:   Tue Jan 8 20:52:27 2019 +0100

    albumwidget: Reduce top and bottom margins
    
    It helps reduce the widget's minimum height.

 data/ui/AlbumWidget.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/AlbumWidget.ui b/data/ui/AlbumWidget.ui
index b53160db..80d8fe49 100644
--- a/data/ui/AlbumWidget.ui
+++ b/data/ui/AlbumWidget.ui
@@ -21,8 +21,8 @@
             <property name="can_focus">False</property>
             <property name="margin_start">32</property>
             <property name="margin_end">32</property>
-            <property name="margin_top">64</property>
-            <property name="margin_bottom">64</property>
+            <property name="margin_top">48</property>
+            <property name="margin_bottom">48</property>
             <child>
               <object class="GtkBox" id="_album_info">
                 <property name="visible">True</property>


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