[gnome-music/wip/jfelder/remove-margin-left-right: 11/11] albumsview: Remove margin property usage




commit 912b7ed197e85b32997a1c02c98bc7ae9bfd668f
Author: Jean Felder <jfelder src gnome org>
Date:   Mon Mar 15 12:38:46 2021 +0100

    albumsview: Remove margin property usage
    
    This property does not exist in Gtk4.
    Use margin-bottom, margin-end, margin-start and margin-top
    properties.

 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 4866087de..d5267ae18 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]