[gnome-music/wip/jfelder/remove-margin-left-right: 2/11] searchview: Remove margin-left and margin-right usage
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/remove-margin-left-right: 2/11] searchview: Remove margin-left and margin-right usage
- Date: Mon, 15 Mar 2021 11:53:03 +0000 (UTC)
commit 8c54838d67f11d64f8445e89704124c0934465e9
Author: Jean Felder <jfelder src gnome org>
Date: Mon Mar 15 11:59:50 2021 +0100
searchview: Remove margin-left and margin-right usage
They are now deprecated and have been removed in Gtk4. Use
margin-start and margin-end instead.
data/ui/SearchView.ui | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/ui/SearchView.ui b/data/ui/SearchView.ui
index 944fa4201..247ccbbf1 100644
--- a/data/ui/SearchView.ui
+++ b/data/ui/SearchView.ui
@@ -24,8 +24,8 @@
<property name="halign">fill</property>
<property name="hexpand">True</property>
<property name="margin-bottom">20</property>
- <property name="margin-left">120</property>
- <property name="margin-right">120</property>
+ <property name="margin-start">120</property>
+ <property name="margin-end">120</property>
<property name="margin-top">20</property>
<property name="orientation">vertical</property>
<property name="visible">True</property>
@@ -178,8 +178,8 @@
<property name="halign">fill</property>
<property name="hexpand">True</property>
<property name="margin-bottom">20</property>
- <property name="margin-left">120</property>
- <property name="margin-right">120</property>
+ <property name="margin-start">120</property>
+ <property name="margin-end">120</property>
<property name="margin-top">20</property>
<property name="orientation">vertical</property>
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]