[empathy] Take full width for the password and id entries for jabber account settings



commit 8bb1dbf33289a7b07187e40258cd90990d90c715
Author: Xavier Claessens <xclaesse gmail com>
Date:   Tue Apr 13 09:04:48 2010 +0200

    Take full width for the password and id entries for jabber account settings

 libempathy-gtk/empathy-account-widget-jabber.ui |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/libempathy-gtk/empathy-account-widget-jabber.ui b/libempathy-gtk/empathy-account-widget-jabber.ui
index 905dcc0..1fd3ea2 100644
--- a/libempathy-gtk/empathy-account-widget-jabber.ui
+++ b/libempathy-gtk/empathy-account-widget-jabber.ui
@@ -36,7 +36,6 @@
             <property name="right_attach">2</property>
             <property name="top_attach">2</property>
             <property name="bottom_attach">3</property>
-            <property name="y_options"></property>
           </packing>
         </child>
         <child>
@@ -47,7 +46,8 @@
           <packing>
             <property name="left_attach">1</property>
             <property name="right_attach">2</property>
-            <property name="y_options"></property>
+            <property name="top_attach">0</property>
+            <property name="bottom_attach">1</property>
           </packing>
         </child>
         <child>
@@ -60,7 +60,10 @@
           </object>
           <packing>
             <property name="x_options">GTK_FILL</property>
-            <property name="y_options"></property>
+            <property name="left_attach">0</property>
+            <property name="right_attach">1</property>
+            <property name="top_attach">0</property>
+            <property name="bottom_attach">1</property>
           </packing>
         </child>
         <child>
@@ -73,10 +76,11 @@
             <property name="mnemonic_widget">entry_password</property>
           </object>
           <packing>
+            <property name="x_options">GTK_FILL</property>
+            <property name="left_attach">0</property>
+            <property name="right_attach">1</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>
           </packing>
         </child>
         <child>
@@ -131,7 +135,7 @@ Use &lt;a href="http://www.facebook.com/username/"&gt;this page&lt;/a&gt; to cho
           </object>
           <packing>
             <property name="left_attach">1</property>
-            <property name="right_attach">3</property>
+            <property name="right_attach">2</property>
             <property name="top_attach">1</property>
             <property name="bottom_attach">2</property>
           </packing>



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