[gnome-control-center] background: Use margin-start/end instead of margin-left/right
- From: Yosef Or Boczko <yoseforb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] background: Use margin-start/end instead of margin-left/right
- Date: Tue, 19 Nov 2013 20:40:07 +0000 (UTC)
commit f5a2b6e2f78ccd179a1eb033623c3bae825ad6f7
Author: Yosef Or Boczko <yoseforb gmail com>
Date: Tue Nov 19 22:24:44 2013 +0200
background: Use margin-start/end instead of margin-left/right
https://bugzilla.gnome.org/show_bug.cgi?id=712661
panels/background/background.ui | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/panels/background/background.ui b/panels/background/background.ui
index 2b72502..f1fb912 100644
--- a/panels/background/background.ui
+++ b/panels/background/background.ui
@@ -4,8 +4,8 @@
<object class="GtkHBox" id="background-panel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="margin_left">6</property>
- <property name="margin_right">6</property>
+ <property name="margin_start">6</property>
+ <property name="margin_end">6</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
<property name="border_width">10</property>
@@ -24,7 +24,7 @@
<object class="GtkAspectFrame" id="aspectframe1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="margin_right">12</property>
+ <property name="margin_end">12</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
@@ -45,8 +45,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">center</property>
- <property name="margin_left">6</property>
- <property name="margin_right">6</property>
+ <property name="margin_start">6</property>
+ <property name="margin_end">6</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
<property name="hexpand">True</property>
@@ -159,7 +159,7 @@
<object class="GtkAspectFrame" id="aspectframe2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="margin_left">12</property>
+ <property name="margin_start">12</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
@@ -180,8 +180,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">center</property>
- <property name="margin_left">6</property>
- <property name="margin_right">6</property>
+ <property name="margin_start">6</property>
+ <property name="margin_end">6</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
<property name="hexpand">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]