[network-manager-applet] connection-editor: tweak General page



commit a353dc654ad98f593ec585b8db64f327c00880c3
Author: Dan Winship <danw gnome org>
Date:   Wed Oct 31 11:16:34 2012 -0400

    connection-editor: tweak General page
    
    Add a gap before the VPN secondary option, and elaborate the
    autoconnect text some more.

 src/connection-editor/ce-page-general.ui |   45 ++++++++++++++++++------------
 1 files changed, 27 insertions(+), 18 deletions(-)
---
diff --git a/src/connection-editor/ce-page-general.ui b/src/connection-editor/ce-page-general.ui
index 2014c4b..c7fa75c 100644
--- a/src/connection-editor/ce-page-general.ui
+++ b/src/connection-editor/ce-page-general.ui
@@ -13,7 +13,7 @@
     <property name="visible">True</property>
     <property name="can_focus">False</property>
     <property name="border_width">12</property>
-    <property name="n_rows">4</property>
+    <property name="n_rows">5</property>
     <property name="n_columns">2</property>
     <property name="column_spacing">12</property>
     <property name="row_spacing">6</property>
@@ -23,7 +23,7 @@
         <property name="can_focus">False</property>
         <child>
           <object class="GtkCheckButton" id="connection_autoconnect">
-            <property name="label" translatable="yes">_Automatically connect to this network</property>
+            <property name="label" translatable="yes">_Automatically connect to this network when it is available</property>
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="receives_default">False</property>
@@ -57,9 +57,7 @@
       </object>
       <packing>
         <property name="right_attach">2</property>
-        <property name="top_attach">0</property>
-        <property name="bottom_attach">1</property>
-        <property name="y_options"></property>
+        <property name="y_options"/>
       </packing>
     </child>
     <child>
@@ -71,11 +69,10 @@
         <property name="use_underline">True</property>
       </object>
       <packing>
-        <property name="right_attach">1</property>
-        <property name="top_attach">3</property>
-        <property name="bottom_attach">4</property>
+        <property name="top_attach">4</property>
+        <property name="bottom_attach">5</property>
         <property name="x_options">GTK_FILL</property>
-        <property name="y_options"></property>
+        <property name="y_options"/>
         <property name="y_padding">12</property>
       </packing>
     </child>
@@ -87,10 +84,10 @@
       <packing>
         <property name="left_attach">1</property>
         <property name="right_attach">2</property>
-        <property name="top_attach">3</property>
-        <property name="bottom_attach">4</property>
+        <property name="top_attach">4</property>
+        <property name="bottom_attach">5</property>
         <property name="x_options">GTK_FILL</property>
-        <property name="y_options"></property>
+        <property name="y_options"/>
       </packing>
     </child>
     <child>
@@ -105,10 +102,10 @@
       </object>
       <packing>
         <property name="right_attach">2</property>
-        <property name="top_attach">1</property>
-        <property name="bottom_attach">2</property>
+        <property name="top_attach">2</property>
+        <property name="bottom_attach">3</property>
         <property name="x_options">GTK_FILL</property>
-        <property name="y_options"></property>
+        <property name="y_options"/>
       </packing>
     </child>
     <child>
@@ -126,9 +123,21 @@
       </object>
       <packing>
         <property name="right_attach">2</property>
-        <property name="top_attach">2</property>
-        <property name="bottom_attach">3</property>
-        <property name="y_options"></property>
+        <property name="top_attach">3</property>
+        <property name="bottom_attach">4</property>
+        <property name="y_options"/>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkLabel" id="gap">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+      </object>
+      <packing>
+        <property name="right_attach">2</property>
+        <property name="top_attach">1</property>
+        <property name="bottom_attach">2</property>
+        <property name="y_options">GTK_FILL</property>
       </packing>
     </child>
   </object>



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