diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2010-04-13 15:04:48 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2010-04-13 15:04:48 +0800 |
commit | 8bb1dbf33289a7b07187e40258cd90990d90c715 (patch) | |
tree | c73b3cc965acf526a7c259c6f75be1fad17c37bb /libempathy-gtk/empathy-account-widget-jabber.ui | |
parent | da10da28e05b0846027f416786b2202cb251ef4d (diff) | |
download | gsoc2013-empathy-8bb1dbf33289a7b07187e40258cd90990d90c715.tar gsoc2013-empathy-8bb1dbf33289a7b07187e40258cd90990d90c715.tar.gz gsoc2013-empathy-8bb1dbf33289a7b07187e40258cd90990d90c715.tar.bz2 gsoc2013-empathy-8bb1dbf33289a7b07187e40258cd90990d90c715.tar.lz gsoc2013-empathy-8bb1dbf33289a7b07187e40258cd90990d90c715.tar.xz gsoc2013-empathy-8bb1dbf33289a7b07187e40258cd90990d90c715.tar.zst gsoc2013-empathy-8bb1dbf33289a7b07187e40258cd90990d90c715.zip |
Take full width for the password and id entries for jabber account settings
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-jabber.ui')
-rw-r--r-- | 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 905dcc041..1fd3ea2ce 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 <a href="http://www.facebook.com/username/">this page</a> 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> |