[network-manager-applet/lr/gtk-deprecations: 3/5] 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: 3/5] ui: use margin_{start, end} instead of margin_{left, right}
- Date: Mon, 23 Feb 2015 12:44:45 +0000 (UTC)
commit 122dfca19892d49339a8e6f671cb4fdaadbcc12c
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 7f23f76..c103889 100644
--- a/src/connection-editor/ce-page-dcb.ui
+++ b/src/connection-editor/ce-page-dcb.ui
@@ -126,8 +126,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"/>
@@ -145,8 +145,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"/>
@@ -164,8 +164,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"/>
@@ -183,7 +183,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"/>
@@ -485,7 +485,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>
@@ -510,7 +510,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>
@@ -535,7 +535,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>
@@ -637,8 +637,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>
@@ -1086,8 +1086,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 5683b2f..3279efe 100644
--- a/src/connection-editor/ce-page-general.ui
+++ b/src/connection-editor/ce-page-general.ui
@@ -37,7 +37,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]