diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-29 21:00:01 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-29 21:00:04 +0800 |
commit | be8a050de04263d2a042c3ba00e5021570b7fcf0 (patch) | |
tree | 7380fb145bb4ea07d26287c73a332921c0ecbcf9 /libempathy-gtk/empathy-account-widget-local-xmpp.ui | |
parent | 302ef589503e23da0b38a7c394884ea04d37979b (diff) | |
download | gsoc2013-empathy-be8a050de04263d2a042c3ba00e5021570b7fcf0.tar gsoc2013-empathy-be8a050de04263d2a042c3ba00e5021570b7fcf0.tar.gz gsoc2013-empathy-be8a050de04263d2a042c3ba00e5021570b7fcf0.tar.bz2 gsoc2013-empathy-be8a050de04263d2a042c3ba00e5021570b7fcf0.tar.lz gsoc2013-empathy-be8a050de04263d2a042c3ba00e5021570b7fcf0.tar.xz gsoc2013-empathy-be8a050de04263d2a042c3ba00e5021570b7fcf0.tar.zst gsoc2013-empathy-be8a050de04263d2a042c3ba00e5021570b7fcf0.zip |
account-widget-local-xmpp: put all the labels in a GtkSizeGroup
https://bugzilla.gnome.org/show_bug.cgi?id=657616
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-local-xmpp.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-local-xmpp.ui | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget-local-xmpp.ui b/libempathy-gtk/empathy-account-widget-local-xmpp.ui index 27fae20ec..f7f0784ba 100644 --- a/libempathy-gtk/empathy-account-widget-local-xmpp.ui +++ b/libempathy-gtk/empathy-account-widget-local-xmpp.ui @@ -210,4 +210,14 @@ </packing> </child> </object> + <object class="GtkSizeGroup" id="sg_field_labels"> + <widgets> + <widget name="label_nickname"/> + <widget name="label_last_name"/> + <widget name="label_first_name"/> + <widget name="label_published"/> + <widget name="label_jid"/> + <widget name="label_email"/> + </widgets> + </object> </interface> |