summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-02-14 19:15:58 +0100
committerThomas Haller <thaller@redhat.com>2020-02-14 19:15:58 +0100
commit9e98e48bec1ce682ff91ef4a55c84c630c126102 (patch)
treedbcb677f72010064bdcce39be8831ac2bd9cbab8
parent212b5accd3cf243402e6817313dbf9de96536904 (diff)
parent8fbcbcece414cc583d380c2fcb2a45925d39dbbb (diff)
downloadnetwork-manager-applet-9e98e48bec1ce682ff91ef4a55c84c630c126102.tar.gz
c-e: merge branch 'nightsky30/fix_margins'
https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/75
-rw-r--r--src/connection-editor/ce-ip4-routes.ui12
-rw-r--r--src/connection-editor/ce-ip6-routes.ui12
-rw-r--r--src/connection-editor/ce-ppp-auth-methods.ui8
3 files changed, 12 insertions, 20 deletions
diff --git a/src/connection-editor/ce-ip4-routes.ui b/src/connection-editor/ce-ip4-routes.ui
index 8aadaad3..dc237305 100644
--- a/src/connection-editor/ce-ip4-routes.ui
+++ b/src/connection-editor/ce-ip4-routes.ui
@@ -6,10 +6,6 @@
<property name="width_request">450</property>
<property name="height_request">250</property>
<property name="can_focus">False</property>
- <property name="margin_start">5</property>
- <property name="margin_end">5</property>
- <property name="margin_top">5</property>
- <property name="margin_bottom">5</property>
<property name="modal">True</property>
<property name="window_position">center-on-parent</property>
<property name="icon_name">stock-peferences</property>
@@ -19,6 +15,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
+ <property name="margin_start">5</property>
+ <property name="margin_end">5</property>
+ <property name="margin_top">5</property>
+ <property name="margin_bottom">5</property>
<property name="spacing">2</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="dialog-action_area1">
@@ -66,10 +66,6 @@
<property name="orientation">vertical</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="margin_start">5</property>
- <property name="margin_end">5</property>
- <property name="margin_top">5</property>
- <property name="margin_bottom">5</property>
<property name="spacing">6</property>
<child>
<object class="GtkBox" id="hbox5">
diff --git a/src/connection-editor/ce-ip6-routes.ui b/src/connection-editor/ce-ip6-routes.ui
index 6697c39c..d200d225 100644
--- a/src/connection-editor/ce-ip6-routes.ui
+++ b/src/connection-editor/ce-ip6-routes.ui
@@ -6,10 +6,6 @@
<property name="width_request">450</property>
<property name="height_request">250</property>
<property name="can_focus">False</property>
- <property name="margin_start">5</property>
- <property name="margin_end">5</property>
- <property name="margin_top">5</property>
- <property name="margin_bottom">5</property>
<property name="modal">True</property>
<property name="window_position">center-on-parent</property>
<property name="icon_name">stock-peferences</property>
@@ -19,6 +15,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
+ <property name="margin_start">5</property>
+ <property name="margin_end">5</property>
+ <property name="margin_top">5</property>
+ <property name="margin_bottom">5</property>
<property name="spacing">2</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="dialog-action_area1">
@@ -66,10 +66,6 @@
<property name="orientation">vertical</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="margin_start">5</property>
- <property name="margin_end">5</property>
- <property name="margin_top">5</property>
- <property name="margin_bottom">5</property>
<property name="spacing">6</property>
<child>
<object class="GtkBox" id="hbox5">
diff --git a/src/connection-editor/ce-ppp-auth-methods.ui b/src/connection-editor/ce-ppp-auth-methods.ui
index fb83ed6f..2dc421e8 100644
--- a/src/connection-editor/ce-ppp-auth-methods.ui
+++ b/src/connection-editor/ce-ppp-auth-methods.ui
@@ -4,10 +4,6 @@
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="auth_methods_dialog">
<property name="can_focus">False</property>
- <property name="margin_start">5</property>
- <property name="margin_end">5</property>
- <property name="margin_top">5</property>
- <property name="margin_bottom">5</property>
<property name="window_position">center-on-parent</property>
<property name="default_width">400</property>
<property name="icon_name">stock-preferences</property>
@@ -17,6 +13,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
+ <property name="margin_start">5</property>
+ <property name="margin_end">5</property>
+ <property name="margin_top">5</property>
+ <property name="margin_bottom">5</property>
<property name="spacing">2</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="dialog-action_area1">