[gnome-initial-setup] network: Add some spacing



commit 35787004b3f42f4a5c5ef46d7d30d3560b3970e3
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Oct 31 14:59:21 2013 -0400

    network: Add some spacing
    
    Move to a box layout as well

 .../pages/network/gis-network-page.ui              |   78 ++++++--------------
 1 files changed, 23 insertions(+), 55 deletions(-)
---
diff --git a/gnome-initial-setup/pages/network/gis-network-page.ui 
b/gnome-initial-setup/pages/network/gis-network-page.ui
index 17b474b..6ece40d 100644
--- a/gnome-initial-setup/pages/network/gis-network-page.ui
+++ b/gnome-initial-setup/pages/network/gis-network-page.ui
@@ -4,30 +4,45 @@
   <!-- interface-requires gtk+ 3.0 -->
   <template class="GisNetworkPage" parent="GisPage">
     <child>
-      <object class="GtkGrid" id="grid">
+      <object class="GtkBox" id="box">
         <property name="visible">True</property>
+        <property name="orientation">vertical</property>
         <property name="can_focus">False</property>
         <property name="margin_left">80</property>
         <property name="margin_right">80</property>
+        <property name="spacing">18</property>
+        <child>
+          <object class="GtkImage" id="image1">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="pixel_size">128</property>
+            <property name="icon_name">network-wireless-signal-excellent-symbolic</property>
+            <style>
+              <class name="dim-label" />
+            </style>
+          </object>
+        </child>
         <child>
           <object class="GtkLabel" id="title">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="halign">center</property>
             <property name="valign">start</property>
-            <property name="margin_bottom">18</property>
             <property name="label" translatable="yes">Wi-Fi</property>
             <attributes>
               <attribute name="weight" value="bold"/>
               <attribute name="scale" value="1.6"/>
             </attributes>
           </object>
-          <packing>
-            <property name="left_attach">0</property>
-            <property name="top_attach">1</property>
-            <property name="width">1</property>
-            <property name="height">1</property>
-          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel" id="label1">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">Connecting to the Internet will enable you to set the 
time, add your details, and enable you to access your email, calendar, and contacts. It is also necessary for 
enterprise login accounts.</property>
+            <property name="justify">center</property>
+            <property name="wrap">True</property>
+          </object>
         </child>
         <child>
           <object class="GtkScrolledWindow" id="scrolled_window">
@@ -43,20 +58,11 @@
                   <object class="GtkListBox" id="network_list">
                     <property name="visible">True</property>
                     <property name="vexpand">True</property>
-                    <property name="hexpand">True</property>
-                    <property name="halign">fill</property>
-                    <property name="valign">fill</property>
                   </object>
                 </child>
               </object>
             </child>
           </object>
-          <packing>
-            <property name="left_attach">0</property>
-            <property name="top_attach">3</property>
-            <property name="width">1</property>
-            <property name="height">1</property>
-          </packing>
         </child>
         <child>
           <object class="GtkGrid" id="no_network_grid">
@@ -97,44 +103,6 @@
               </packing>
             </child>
           </object>
-          <packing>
-            <property name="left_attach">0</property>
-            <property name="top_attach">4</property>
-            <property name="width">1</property>
-            <property name="height">1</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkImage" id="image1">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="pixel_size">128</property>
-            <property name="icon_name">network-wireless-signal-excellent-symbolic</property>
-            <style>
-              <class name="dim-label" />
-            </style>
-          </object>
-          <packing>
-            <property name="left_attach">0</property>
-            <property name="top_attach">0</property>
-            <property name="width">1</property>
-            <property name="height">1</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkLabel" id="label1">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="label" translatable="yes">Connecting to the Internet will enable you to set the 
time, add your details, and enable you to access your email, calendar, and contacts. It is also necessary for 
enterprise login accounts.</property>
-            <property name="justify">center</property>
-            <property name="wrap">True</property>
-          </object>
-          <packing>
-            <property name="left_attach">0</property>
-            <property name="top_attach">2</property>
-            <property name="width">1</property>
-            <property name="height">1</property>
-          </packing>
         </child>
       </object>
     </child>


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