diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-01-20 22:05:30 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-01-23 17:45:38 +0800 |
commit | 579a7926d682456c4f7c808b45b71d92a0362599 (patch) | |
tree | bd40e2daba2f48671e1d27671292111113013a0a /libempathy-gtk/empathy-contact-widget.ui | |
parent | 493a623ab5712ef7dd37c9e9f0a31ce8aaef7e48 (diff) | |
download | gsoc2013-empathy-579a7926d682456c4f7c808b45b71d92a0362599.tar gsoc2013-empathy-579a7926d682456c4f7c808b45b71d92a0362599.tar.gz gsoc2013-empathy-579a7926d682456c4f7c808b45b71d92a0362599.tar.bz2 gsoc2013-empathy-579a7926d682456c4f7c808b45b71d92a0362599.tar.lz gsoc2013-empathy-579a7926d682456c4f7c808b45b71d92a0362599.tar.xz gsoc2013-empathy-579a7926d682456c4f7c808b45b71d92a0362599.tar.zst gsoc2013-empathy-579a7926d682456c4f7c808b45b71d92a0362599.zip |
empathy-contact-widget: replace hbox_contact by a GtkGrid
https://bugzilla.gnome.org/show_bug.cgi?id=666714
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.ui')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.ui | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.ui b/libempathy-gtk/empathy-contact-widget.ui index 96e9275e1..244e46e00 100644 --- a/libempathy-gtk/empathy-contact-widget.ui +++ b/libempathy-gtk/empathy-contact-widget.ui @@ -5,9 +5,9 @@ <object class="GtkVBox" id="vbox_contact_widget"> <property name="spacing">6</property> <child> - <object class="GtkHBox" id="hbox_contact"> + <object class="GtkGrid" id="main_grid_contact"> <property name="visible">True</property> - <property name="spacing">6</property> + <property name="column-spacing">6</property> <child> <object class="GtkVBox" id="vbox225"> <property name="visible">True</property> @@ -86,7 +86,7 @@ </child> </object> <packing> - <property name="position">0</property> + <property name="top-attach">0</property> </packing> </child> <child> @@ -97,9 +97,8 @@ </child> </object> <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">1</property> + <property name="top-attach">0</property> + <property name="left-attach">1</property> </packing> </child> </object> |