[gnome-weather/wip/cdavis/diagnostics-cleanup: 5/6] weather-widget: Replace margin properties
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather/wip/cdavis/diagnostics-cleanup: 5/6] weather-widget: Replace margin properties
- Date: Sat, 24 Oct 2020 03:10:40 +0000 (UTC)
commit 7b4e1b609f8362aa8fa68219add926f0614cdf8b
Author: Christopher Davis <brainblasted disroot org>
Date: Fri Oct 23 19:58:31 2020 -0700
weather-widget: Replace margin properties
margin-{left,right} are deprecated. Instead,
we should use margin-{start,end}.
Related to https://gitlab.gnome.org/GNOME/gnome-weather/-/issues/122
data/weather-widget.ui | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/weather-widget.ui b/data/weather-widget.ui
index 168511a..0e64d14 100644
--- a/data/weather-widget.ui
+++ b/data/weather-widget.ui
@@ -82,7 +82,7 @@
<property name="receives_default">True</property>
<property name="halign">end</property>
<property name="valign">center</property>
- <property name="margin_right">28</property>
+ <property name="margin_end">28</property>
<child>
<object class="GtkImage" id="right-image">
<property name="visible">True</property>
@@ -103,7 +103,7 @@
<property name="receives_default">True</property>
<property name="halign">start</property>
<property name="valign">center</property>
- <property name="margin_left">28</property>
+ <property name="margin_start">28</property>
<child>
<object class="GtkImage" id="left-image">
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]