[network-manager-applet/NETWORKMANAGER_APPLET_0_7] Fix spacings in ce-page-ppp



commit d7dd2d647e5491aab0c992de8c0620a89055b593
Author: Christian Persch <chpe gnome org>
Date:   Wed May 27 18:29:32 2009 +0200

    Fix spacings in ce-page-ppp
    
    Also pack buttons in a hbuttonbox, not just a hbox.
---
 src/connection-editor/ce-page-ppp.glade |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/connection-editor/ce-page-ppp.glade b/src/connection-editor/ce-page-ppp.glade
index 9410879..644c414 100644
--- a/src/connection-editor/ce-page-ppp.glade
+++ b/src/connection-editor/ce-page-ppp.glade
@@ -8,7 +8,7 @@
       <widget class="GtkVBox" id="PppPage">
         <property name="visible">True</property>
         <property name="border_width">12</property>
-        <property name="spacing">16</property>
+        <property name="spacing">18</property>
         <child>
           <widget class="GtkVBox" id="vbox2">
             <property name="visible">True</property>
@@ -37,7 +37,7 @@
                     <child>
                       <widget class="GtkHBox" id="hbox2">
                         <property name="visible">True</property>
-                        <property name="spacing">6</property>
+                        <property name="spacing">12</property>
                         <child>
                           <widget class="GtkLabel" id="label1">
                             <property name="visible">True</property>
@@ -53,6 +53,7 @@
                           <widget class="GtkLabel" id="auth_methods_label">
                             <property name="visible">True</property>
                             <property name="xalign">0</property>
+                            <property name="selectable">True</property>
                           </widget>
                           <packing>
                             <property name="position">1</property>
@@ -64,8 +65,9 @@
                       </packing>
                     </child>
                     <child>
-                      <widget class="GtkHBox" id="hbox1">
+                      <widget class="GtkHButtonBox" id="hbuttonbox1">
                         <property name="visible">True</property>
+                        <property name="layout_style">start</property>
                         <child>
                           <widget class="GtkButton" id="auth_methods_button">
                             <property name="label" translatable="yes">Configure Methods...</property>



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