[gnome-music/wip/mschraal/gtk4: 24/37] data/ui: Fix AlbumsViews margins



commit 3f648a4a459b08354b930bbe903b7e955186484e
Author: Marinus Schraal <mschraal gnome org>
Date:   Wed Apr 29 01:32:52 2020 +0200

    data/ui: Fix AlbumsViews margins

 data/ui/AlbumsView.ui | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/data/ui/AlbumsView.ui b/data/ui/AlbumsView.ui
index 4866087d..d5267ae1 100644
--- a/data/ui/AlbumsView.ui
+++ b/data/ui/AlbumsView.ui
@@ -12,7 +12,10 @@
             <property name="halign">fill</property>
             <property name="hexpand">True</property>
             <property name="homogeneous">True</property>
-            <property name="margin">18</property>
+            <property name="margin-bottom">18</property>
+            <property name="margin-end">18</property>
+            <property name="margin-start">18</property>
+            <property name="margin-top">18</property>
             <property name="max-children-per-line">20</property>
             <property name="min-children-per-line">1</property>
             <property name="row_spacing">12</property>


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