[gnome-control-center/wip/gbsneto/connection-editor: 5/9] network: Align details page labels at start



commit dfcd6a4ff0f26461612d6bb9cd4a85dc40771efa
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun May 21 13:47:11 2017 -0300

    network: Align details page labels at start
    
    Instead of keeping the labels centralized, align them at
    the start of the dialog, as the mockup [1] proposes.
    
    [1] 
https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/system-settings/network/aday2/network-wires.png
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779841

 panels/network/connection-editor/details-page.ui |   16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)
---
diff --git a/panels/network/connection-editor/details-page.ui 
b/panels/network/connection-editor/details-page.ui
index d5988d1..cfb9292 100644
--- a/panels/network/connection-editor/details-page.ui
+++ b/panels/network/connection-editor/details-page.ui
@@ -5,19 +5,16 @@
     <property name="visible">True</property>
     <property name="can_focus">False</property>
     <property name="valign">start</property>
-    <property name="margin_start">50</property>
-    <property name="margin_end">50</property>
-    <property name="margin_top">12</property>
-    <property name="margin_bottom">12</property>
-    <property name="hexpand">True</property>
-    <property name="vexpand">True</property>
-    <property name="row_spacing">10</property>
-    <property name="column_spacing">6</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="row_spacing">12</property>
+    <property name="column_spacing">12</property>
     <child>
       <object class="GtkLabel" id="heading_strength">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="hexpand">True</property>
         <property name="xalign">1</property>
         <property name="label" translatable="yes">Signal Strength</property>
         <property name="mnemonic_widget">label_strength</property>
@@ -36,7 +33,6 @@
       <object class="GtkLabel" id="label_strength">
         <property name="visible">True</property>
         <property name="can_focus">True</property>
-        <property name="hexpand">True</property>
         <property name="xalign">0</property>
         <property name="label">Weak</property>
         <property name="selectable">True</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]