[network-manager-applet/lr/gtk-deprecations: 1/3] ui: use margin_{start, end} instead of margin_{left, right}
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet/lr/gtk-deprecations: 1/3] ui: use margin_{start, end} instead of margin_{left, right}
- Date: Tue, 7 Apr 2015 10:18:16 +0000 (UTC)
commit 0a415c863109011a11f69d0fe4ae82481bdfe3b8
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Mon Feb 23 12:12:52 2015 +0100
ui: use margin_{start,end} instead of margin_{left,right}
This fixes spacing for rtl locales.
Old properties deprecated since 3.12.
src/connection-editor/ce-page-dcb.ui | 28 ++++++++++++++--------------
src/connection-editor/ce-page-general.ui | 2 +-
2 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/src/connection-editor/ce-page-dcb.ui b/src/connection-editor/ce-page-dcb.ui
index f259272..e410957 100644
--- a/src/connection-editor/ce-page-dcb.ui
+++ b/src/connection-editor/ce-page-dcb.ui
@@ -125,8 +125,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">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="label" translatable="yes">Enable</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -144,8 +144,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">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="label" translatable="yes">Advertise</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -163,8 +163,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">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="label" translatable="yes">Willing</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -182,7 +182,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">center</property>
- <property name="margin_right">16</property>
+ <property name="margin_end">16</property>
<property name="label" translatable="yes">Priority</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -469,7 +469,7 @@
<object class="GtkComboBoxText" id="fcoe_priority_combo">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="margin_right">16</property>
+ <property name="margin_end">16</property>
<property name="active_id">0</property>
<items>
<item id="0" translatable="yes">default</item>
@@ -494,7 +494,7 @@
<object class="GtkComboBoxText" id="iscsi_priority_combo">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="margin_right">16</property>
+ <property name="margin_end">16</property>
<property name="active_id">0</property>
<items>
<item id="0" translatable="yes">default</item>
@@ -519,7 +519,7 @@
<object class="GtkComboBoxText" id="fip_priority_combo">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="margin_right">16</property>
+ <property name="margin_end">16</property>
<property name="active_id">0</property>
<items>
<item id="0" translatable="yes">default</item>
@@ -621,8 +621,8 @@
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<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="orientation">vertical</property>
@@ -1062,8 +1062,8 @@
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox3">
<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="orientation">vertical</property>
diff --git a/src/connection-editor/ce-page-general.ui b/src/connection-editor/ce-page-general.ui
index f273a53..1944997 100644
--- a/src/connection-editor/ce-page-general.ui
+++ b/src/connection-editor/ce-page-general.ui
@@ -36,7 +36,7 @@
<object class="GtkComboBox" id="dependent_vpn_combo">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="margin_left">26</property>
+ <property name="margin_start">26</property>
<property name="margin_bottom">12</property>
<property name="model">dependent_vpn_model</property>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]