summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2017-05-23 15:41:53 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2017-07-11 22:04:36 -0300
commitbaa2cd42ada0b50400cb2a3adfd883c3d7904251 (patch)
tree61497a3e7920546641d630dc0d96b68f3d0f101b
parent7d485075047bca085b7a4ba5f65cdecea794b32b (diff)
downloadgnome-control-center-wip/gbsneto/connection-editor.tar.gz
network: Improve alignment and spacingwip/gbsneto/connection-editor
This patch improves the alignment and spacing of IPv4 and IPv6 widgets so that they look uniform and consistent. https://bugzilla.gnome.org/show_bug.cgi?id=779841
-rw-r--r--panels/network/connection-editor/ip4-page.ui16
-rw-r--r--panels/network/connection-editor/ip6-page.ui16
2 files changed, 16 insertions, 16 deletions
diff --git a/panels/network/connection-editor/ip4-page.ui b/panels/network/connection-editor/ip4-page.ui
index ec1202dd3..fe5d407c9 100644
--- a/panels/network/connection-editor/ip4-page.ui
+++ b/panels/network/connection-editor/ip4-page.ui
@@ -13,13 +13,13 @@
<object class="GtkGrid">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="margin_start">20</property>
- <property name="margin_end">20</property>
- <property name="margin_top">10</property>
- <property name="margin_bottom">10</property>
+ <property name="margin_start">24</property>
+ <property name="margin_end">24</property>
+ <property name="margin_top">24</property>
+ <property name="margin_bottom">24</property>
<property name="orientation">vertical</property>
- <property name="row-spacing">12</property>
- <property name="column-spacing">12</property>
+ <property name="row-spacing">6</property>
+ <property name="column-spacing">6</property>
<child>
<object class="GtkLabel" id="heading_enable">
<property name="visible">True</property>
@@ -97,7 +97,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
- <property name="spacing">10</property>
+ <property name="spacing">6</property>
<child>
<object class="GtkBox" id="address_section">
<property name="visible">True</property>
@@ -110,7 +110,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">Addresses</property>
<property name="margin_top">24</property>
- <property name="margin_bottom">12</property>
+ <property name="margin_bottom">8</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
diff --git a/panels/network/connection-editor/ip6-page.ui b/panels/network/connection-editor/ip6-page.ui
index c657fe499..6d39bd0ec 100644
--- a/panels/network/connection-editor/ip6-page.ui
+++ b/panels/network/connection-editor/ip6-page.ui
@@ -13,13 +13,13 @@
<object class="GtkGrid">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="margin_start">20</property>
- <property name="margin_end">20</property>
- <property name="margin_top">10</property>
- <property name="margin_bottom">10</property>
+ <property name="margin_start">24</property>
+ <property name="margin_end">24</property>
+ <property name="margin_top">24</property>
+ <property name="margin_bottom">24</property>
<property name="orientation">vertical</property>
- <property name="row-spacing">12</property>
- <property name="column-spacing">12</property>
+ <property name="row-spacing">6</property>
+ <property name="column-spacing">6</property>
<child>
<object class="GtkLabel" id="heading_enable">
<property name="visible">True</property>
@@ -111,7 +111,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
- <property name="spacing">10</property>
+ <property name="spacing">6</property>
<child>
<object class="GtkBox" id="address_section">
<property name="visible">True</property>
@@ -124,7 +124,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">Addresses</property>
<property name="margin_top">24</property>
- <property name="margin_bottom">12</property>
+ <property name="margin_bottom">8</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>