[network-manager-applet] Fix spacings in ce-page-ppp
- From: Dan Williams <dcbw src gnome org>
- To: svn-commits-list gnome org
- Subject: [network-manager-applet] Fix spacings in ce-page-ppp
- Date: Wed, 3 Jun 2009 15:33:09 -0400 (EDT)
commit 44effe7aaa896c487ca03bd9bb6293c957c5992b
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]