diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-01-13 23:25:55 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-01-13 23:25:55 +0800 |
commit | aae2203f1051c8ce9c8a09516e7cc9b9fcc4da5b (patch) | |
tree | ef76928f18b7a04e96088bf2904e71e3e03e5262 | |
parent | b980b235c35a6cd040d539da0f675d83d2356049 (diff) | |
download | gsoc2013-empathy-aae2203f1051c8ce9c8a09516e7cc9b9fcc4da5b.tar gsoc2013-empathy-aae2203f1051c8ce9c8a09516e7cc9b9fcc4da5b.tar.gz gsoc2013-empathy-aae2203f1051c8ce9c8a09516e7cc9b9fcc4da5b.tar.bz2 gsoc2013-empathy-aae2203f1051c8ce9c8a09516e7cc9b9fcc4da5b.tar.lz gsoc2013-empathy-aae2203f1051c8ce9c8a09516e7cc9b9fcc4da5b.tar.xz gsoc2013-empathy-aae2203f1051c8ce9c8a09516e7cc9b9fcc4da5b.tar.zst gsoc2013-empathy-aae2203f1051c8ce9c8a09516e7cc9b9fcc4da5b.zip |
account-widget-irc: fix label position in the grid
-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 aa6e643ec..999fd320a 100644 --- a/libempathy-gtk/empathy-account-widget-irc.ui +++ b/libempathy-gtk/empathy-account-widget-irc.ui @@ -81,6 +81,7 @@ </object> <packing> <property name="top_attach">1</property> + <property name="left_attach">0</property> </packing> </child> <child> |