diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-23 01:20:32 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-23 01:54:39 +0800 |
commit | 1eda75c91abf01bc7fe25d4eb41465a21f042596 (patch) | |
tree | 3ec740f1daf8ee4e4e84b8c3a2ad82210c919c60 /libempathy-gtk/empathy-account-widget-jabber.ui | |
parent | c10e3fbca90c684a3f0988a119cfad3d14def218 (diff) | |
download | gsoc2013-empathy-1eda75c91abf01bc7fe25d4eb41465a21f042596.tar gsoc2013-empathy-1eda75c91abf01bc7fe25d4eb41465a21f042596.tar.gz gsoc2013-empathy-1eda75c91abf01bc7fe25d4eb41465a21f042596.tar.bz2 gsoc2013-empathy-1eda75c91abf01bc7fe25d4eb41465a21f042596.tar.lz gsoc2013-empathy-1eda75c91abf01bc7fe25d4eb41465a21f042596.tar.xz gsoc2013-empathy-1eda75c91abf01bc7fe25d4eb41465a21f042596.tar.zst gsoc2013-empathy-1eda75c91abf01bc7fe25d4eb41465a21f042596.zip |
Make the layout more consistent with the other widgets
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-jabber.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-jabber.ui | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/libempathy-gtk/empathy-account-widget-jabber.ui b/libempathy-gtk/empathy-account-widget-jabber.ui index 5fddcb7b8..2d602cb7f 100644 --- a/libempathy-gtk/empathy-account-widget-jabber.ui +++ b/libempathy-gtk/empathy-account-widget-jabber.ui @@ -55,7 +55,7 @@ <child> <object class="GtkLabel" id="label_id"> <property name="visible">True</property> - <property name="xalign">1</property> + <property name="xalign">0</property> <property name="label" translatable="yes">Login I_D:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">entry_id</property> @@ -90,9 +90,10 @@ <child> <object class="GtkLabel" id="label_password"> <property name="visible">True</property> - <property name="xalign">1</property> + <property name="xalign">0</property> <property name="label" translatable="yes">Pass_word:</property> <property name="use_underline">True</property> + <property name="justify">right</property> <property name="mnemonic_widget">entry_password</property> </object> <packing> @@ -103,22 +104,10 @@ </packing> </child> <child> - <object class="GtkLabel" id="label_login_example"> - <property name="visible">True</property> - <property name="xalign">1</property> - <property name="label" translatable="yes"><span size="small">Example:</span></property> - <property name="use_markup">True</property> - </object> - <packing> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - </packing> - </child> - <child> <object class="GtkLabel" id="label_username_example"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><span size="small">test@jabber.org</span></property> + <property name="label" translatable="yes">Example: <span size="small">test@jabber.org</span></property> <property name="use_markup">True</property> </object> <packing> @@ -131,6 +120,9 @@ <child> <placeholder/> </child> + <child> + <placeholder/> + </child> </object> <packing> <property name="expand">False</property> |