[gnome-music/wip/jfelder/remove-margin-left-right: 1/13] 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: 1/13] searchview: Remove margin-left and margin-right usage
- Date: Mon, 22 Mar 2021 21:14:19 +0000 (UTC)
commit 919269d5f93ea511a2d6af9aaee091332e58e0c6
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..0adf90772 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-end">120</property>
+ <property name="margin-start">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-end">120</property>
+ <property name="margin-start">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]