diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-07-19 20:09:49 +0800 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-07-25 19:21:27 +0800 |
commit | bed17cf9d003db8ecea2fc012cb53ff38554654d (patch) | |
tree | 714349d13b918f27ef5bdc76a65603d2b5500e98 | |
parent | 3d3452cab15ac7dcc8dee37edef9faffadded3a1 (diff) | |
download | gsoc2013-empathy-bed17cf9d003db8ecea2fc012cb53ff38554654d.tar gsoc2013-empathy-bed17cf9d003db8ecea2fc012cb53ff38554654d.tar.gz gsoc2013-empathy-bed17cf9d003db8ecea2fc012cb53ff38554654d.tar.bz2 gsoc2013-empathy-bed17cf9d003db8ecea2fc012cb53ff38554654d.tar.lz gsoc2013-empathy-bed17cf9d003db8ecea2fc012cb53ff38554654d.tar.xz gsoc2013-empathy-bed17cf9d003db8ecea2fc012cb53ff38554654d.tar.zst gsoc2013-empathy-bed17cf9d003db8ecea2fc012cb53ff38554654d.zip |
IRC accounts: top-justify the password hint.
As mentioned on <https://bugzilla.gnome.org/show_bug.cgi?id=654552#c13>,
this makes the password hint text be right up against the field it's
hinting about, at the cost of even more ugly space between it and
the Advanced expander. I think this is the lesser of two evils.
-rw-r--r-- | libempathy-gtk/empathy-account-widget-irc.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget-irc.ui b/libempathy-gtk/empathy-account-widget-irc.ui index 20e710aba..b63001835 100644 --- a/libempathy-gtk/empathy-account-widget-irc.ui +++ b/libempathy-gtk/empathy-account-widget-irc.ui @@ -470,6 +470,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="xalign">0</property> + <property name="yalign">0</property> <property name="xpad">3</property> <property name="label" translatable="yes">Most IRC servers don't need a password, so if you're not sure, don't enter a password.</property> <property name="use_markup">True</property> |