[network-manager-openvpn/NM_0_8] ui: fix alignment of the "Security" tab combos and labels



commit 60822e603f88dfaa7ea2bffc4612a6e2e72ce480
Author: Dan Williams <dcbw redhat com>
Date:   Wed Aug 18 18:07:28 2010 -0500

    ui: fix alignment of the "Security" tab combos and labels

 properties/nm-openvpn-dialog.glade |   36 ++++++++++++++++--------------------
 1 files changed, 16 insertions(+), 20 deletions(-)
---
diff --git a/properties/nm-openvpn-dialog.glade b/properties/nm-openvpn-dialog.glade
index e188629..2e30529 100644
--- a/properties/nm-openvpn-dialog.glade
+++ b/properties/nm-openvpn-dialog.glade
@@ -1124,6 +1124,8 @@
                 <property name="visible">True</property>
                 <property name="xalign">0</property>
                 <property name="yalign">0</property>
+                <property name="xscale">0</property>
+                <property name="yscale">0</property>
                 <property name="top_padding">12</property>
                 <property name="bottom_padding">12</property>
                 <property name="left_padding">12</property>
@@ -1143,44 +1145,38 @@
                       <packing>
                         <property name="left_attach">1</property>
                         <property name="right_attach">2</property>
-                        <property name="y_options"></property>
                       </packing>
                     </child>
                     <child>
-                      <widget class="GtkLabel" id="label19">
+                      <widget class="GtkComboBox" id="hmacauth_combo">
                         <property name="visible">True</property>
-                        <property name="xalign">0</property>
-                        <property name="label" translatable="yes">Cipher:</property>
+                        <property name="items" translatable="yes"> </property>
                       </widget>
                       <packing>
-                        <property name="x_options"></property>
-                        <property name="y_options"></property>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
+                        <property name="top_attach">1</property>
+                        <property name="bottom_attach">2</property>
                       </packing>
                     </child>
                     <child>
-                      <widget class="GtkLabel" id="label24">
+                      <widget class="GtkLabel" id="label19">
                         <property name="visible">True</property>
-                        <property name="xalign">0</property>
-                        <property name="label" translatable="yes">HMAC Authentication:</property>
+                        <property name="xalign">1</property>
+                        <property name="label" translatable="yes">Cipher:</property>
+                        <property name="justify">right</property>
                       </widget>
-                      <packing>
-                        <property name="top_attach">1</property>
-                        <property name="bottom_attach">2</property>
-                        <property name="x_options"></property>
-                        <property name="y_options"></property>
-                      </packing>
                     </child>
                     <child>
-                      <widget class="GtkComboBox" id="hmacauth_combo">
+                      <widget class="GtkLabel" id="label24">
                         <property name="visible">True</property>
-                        <property name="items" translatable="yes"> </property>
+                        <property name="xalign">1</property>
+                        <property name="label" translatable="yes">HMAC Authentication:</property>
+                        <property name="justify">right</property>
                       </widget>
                       <packing>
-                        <property name="left_attach">1</property>
-                        <property name="right_attach">2</property>
                         <property name="top_attach">1</property>
                         <property name="bottom_attach">2</property>
-                        <property name="y_options"></property>
                       </packing>
                     </child>
                   </widget>



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