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




commit f8344fd765adb3b775659c20e3ed8c88461f9da1
Author: Jean Felder <jfelder src gnome org>
Date:   Mon Mar 15 12:33:07 2021 +0100

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

 data/ui/PlaylistTile.ui | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/data/ui/PlaylistTile.ui b/data/ui/PlaylistTile.ui
index dceea3c99..e29bb791d 100644
--- a/data/ui/PlaylistTile.ui
+++ b/data/ui/PlaylistTile.ui
@@ -8,7 +8,10 @@
         <property name="ellipsize">end</property>
         <property name="halign">start</property>
         <property name="hexpand">False</property>
-        <property name="margin">16</property>
+        <property name="margin-bottom">16</property>
+        <property name="margin-end">16</property>
+        <property name="margin-start">16</property>
+        <property name="margin-top">16</property>
         <property name="visible">True</property>
       </object>
     </child>


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