[gnome-music/wip/jfelder/remove-margin-left-right: 5/11] playlistdialogrow: Remove margin property usage
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/remove-margin-left-right: 5/11] playlistdialogrow: Remove margin property usage
- Date: Mon, 15 Mar 2021 11:53:03 +0000 (UTC)
commit 5a80fb7b63ed5e25f1d23cd1c9421044fe049ca4
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]