aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-01-20 22:29:36 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-01-23 17:45:38 +0800
commit98f5b0523f1d094f8a4e5a9b19931b74fe6b53df (patch)
tree3b778b40fc8dfe1db51632ae33182b2a320c99e1 /libempathy-gtk
parent34bdfa8eb1ca1c23a72a1ef42217d1a7ec293b68 (diff)
downloadgsoc2013-empathy-98f5b0523f1d094f8a4e5a9b19931b74fe6b53df.tar
gsoc2013-empathy-98f5b0523f1d094f8a4e5a9b19931b74fe6b53df.tar.gz
gsoc2013-empathy-98f5b0523f1d094f8a4e5a9b19931b74fe6b53df.tar.bz2
gsoc2013-empathy-98f5b0523f1d094f8a4e5a9b19931b74fe6b53df.tar.lz
gsoc2013-empathy-98f5b0523f1d094f8a4e5a9b19931b74fe6b53df.tar.xz
gsoc2013-empathy-98f5b0523f1d094f8a4e5a9b19931b74fe6b53df.tar.zst
gsoc2013-empathy-98f5b0523f1d094f8a4e5a9b19931b74fe6b53df.zip
move vbox_avatar to grid_contact
That way the avatar is no longer miss aligned with the other fields. https://bugzilla.gnome.org/show_bug.cgi?id=666714
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-contact-widget.ui25
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>