diff options
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.ui')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.ui | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.ui b/libempathy-gtk/empathy-contact-widget.ui index 2d58f2dae..9e2132c9f 100644 --- a/libempathy-gtk/empathy-contact-widget.ui +++ b/libempathy-gtk/empathy-contact-widget.ui @@ -68,6 +68,19 @@ <property name="left_attach">0</property> </packing> </child> + <child> + <object class="GtkVBox" id="vbox_avatar"> + <property name="visible">True</property> + <child> + <placeholder/> + </child> + </object> + <packing> + <property name="top-attach">0</property> + <property name="left-attach">2</property> + <property name="height">3</property> + </packing> + </child> </object> <packing> <property name="position">0</property> @@ -78,18 +91,6 @@ <property name="top-attach">0</property> </packing> </child> - <child> - <object class="GtkVBox" id="vbox_avatar"> - <property name="visible">True</property> - <child> - <placeholder/> - </child> - </object> - <packing> - <property name="top-attach">0</property> - <property name="left-attach">1</property> - </packing> - </child> </object> <packing> <property name="position">0</property> |