summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Felder <jfelder@src.gnome.org>2021-03-22 21:45:28 +0100
committerJean Felder <jean.felder@gmail.com>2021-04-10 17:02:51 +0000
commit89696403fbaddbb58897d0187e0a556a9e70b29e (patch)
tree9155d89e005355cccab1b4b705375c2da14646aa
parent0683fcddfcb2184b35b1655ba5a72039aa064fbb (diff)
artistalbumwidget: Remove margin_left and margin_right usage
They are now deprecated and have been removed in Gtk4. Use margin-start and margin-end instead.
-rw-r--r--data/ui/ArtistAlbumWidget.ui12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/ui/ArtistAlbumWidget.ui b/data/ui/ArtistAlbumWidget.ui
index e25083ce..c3ef050e 100644
--- a/data/ui/ArtistAlbumWidget.ui
+++ b/data/ui/ArtistAlbumWidget.ui
@@ -3,16 +3,16 @@
<interface>
<requires lib="gtk+" version="3.12"/>
<template parent="GtkBox" class="ArtistAlbumWidget">
- <property name="margin_top">20</property>
- <property name="margin_right">120</property>
+ <property name="margin-end">120</property>
+ <property name="margin-top">20</property>
<property name="visible">True</property>
<child>
<object class="ArtStack" id="_art_stack">
<property name="visible">True</property>
- <property name="margin_top">20</property>
- <property name="margin_right">30</property>
- <property name="margin_bottom">20</property>
- <property name="margin_left">120</property>
+ <property name="margin-bottom">20</property>
+ <property name="margin-end">30</property>
+ <property name="margin-start">120</property>
+ <property name="margin-top">20</property>
<property name="can_focus">False</property>
<property name="valign">start</property>
</object>