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




commit 1ea5bca8d80b614610f12b58bdebd1cf373c35e1
Author: Jean Felder <jfelder src gnome org>
Date:   Mon Mar 15 12:24:58 2021 +0100

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

 data/ui/PlaylistDialogRow.ui | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/data/ui/PlaylistDialogRow.ui b/data/ui/PlaylistDialogRow.ui
index f52c3a88f..0810e0f6e 100644
--- a/data/ui/PlaylistDialogRow.ui
+++ b/data/ui/PlaylistDialogRow.ui
@@ -11,7 +11,10 @@
         <child>
           <object class="GtkLabel" id="_label">
             <property name="ellipsize">end</property>
-            <property name="margin">8</property>
+           <property name="margin-bottom">8</property>
+            <property name="margin-end">8</property>
+            <property name="margin-start">8</property>
+            <property name="margin-top">8</property>
             <property name="visible">True</property>
             <property name="xalign">0.0</property>
           </object>


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