diff options
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> |