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




commit 028529ca7ddaff4a7456c759a9a99298e7b975df
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]