[gnome-control-center] network: Align details page labels at start



commit 10d4eea1769e9454c6a11959fa7e8332ce1446ee
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 |   24 ++++++++++++---------
 1 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/panels/network/connection-editor/details-page.ui 
b/panels/network/connection-editor/details-page.ui
index d5988d1..b28a407 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>
@@ -73,6 +69,7 @@
         <property name="xalign">0</property>
         <property name="label">1Mb/sec</property>
         <property name="selectable">True</property>
+        <property name="hexpand">True</property>
       </object>
       <packing>
         <property name="left_attach">1</property>
@@ -215,6 +212,7 @@
         <property name="xalign">0</property>
         <property name="label">WPA</property>
         <property name="selectable">True</property>
+        <property name="hexpand">True</property>
       </object>
       <packing>
         <property name="left_attach">1</property>
@@ -230,6 +228,7 @@
         <property name="xalign">0</property>
         <property name="label">127.0.0.1</property>
         <property name="selectable">True</property>
+        <property name="hexpand">True</property>
       </object>
       <packing>
         <property name="left_attach">1</property>
@@ -245,6 +244,7 @@
         <property name="xalign">0</property>
         <property name="label">::1</property>
         <property name="selectable">True</property>
+        <property name="hexpand">True</property>
       </object>
       <packing>
         <property name="left_attach">1</property>
@@ -260,6 +260,7 @@
         <property name="xalign">0</property>
         <property name="label">AA:BB:CC:DD:55:66:77:88</property>
         <property name="selectable">True</property>
+        <property name="hexpand">True</property>
       </object>
       <packing>
         <property name="left_attach">1</property>
@@ -275,6 +276,7 @@
         <property name="xalign">0</property>
         <property name="label">127.0.0.1</property>
         <property name="selectable">True</property>
+        <property name="hexpand">True</property>
       </object>
       <packing>
         <property name="left_attach">1</property>
@@ -292,6 +294,7 @@
         <property name="label">127.0.0.1</property>
         <property name="wrap">True</property>
         <property name="selectable">True</property>
+        <property name="hexpand">True</property>
       </object>
       <packing>
         <property name="left_attach">1</property>
@@ -307,6 +310,7 @@
         <property name="xalign">0</property>
         <property name="label">today</property>
         <property name="selectable">True</property>
+        <property name="hexpand">True</property>
       </object>
       <packing>
         <property name="left_attach">1</property>


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