aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-view.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2010-01-13 18:53:46 +0800
committerXavier Claessens <xclaesse@gmail.com>2010-01-13 18:53:46 +0800
commite4337e5c450842abd65f7c2fb7d233c2cc1105df (patch)
treeaec4eb09bfb1b10eb8e5b3a574e9d5d7e8c4bc28 /libempathy-gtk/empathy-contact-list-view.c
parent522f9fa9e51b1e2e6f011c6b34a829f1c245111f (diff)
downloadgsoc2013-empathy-e4337e5c450842abd65f7c2fb7d233c2cc1105df.tar
gsoc2013-empathy-e4337e5c450842abd65f7c2fb7d233c2cc1105df.tar.gz
gsoc2013-empathy-e4337e5c450842abd65f7c2fb7d233c2cc1105df.tar.bz2
gsoc2013-empathy-e4337e5c450842abd65f7c2fb7d233c2cc1105df.tar.lz
gsoc2013-empathy-e4337e5c450842abd65f7c2fb7d233c2cc1105df.tar.xz
gsoc2013-empathy-e4337e5c450842abd65f7c2fb7d233c2cc1105df.tar.zst
gsoc2013-empathy-e4337e5c450842abd65f7c2fb7d233c2cc1105df.zip
Remove the "Contact" alignment from contat widget
Diffstat (limited to 'libempathy-gtk/empathy-contact-list-view.c')
-rw-r--r--libempathy-gtk/empathy-contact-list-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c
index 292d97ced..958aaf0fd 100644
--- a/libempathy-gtk/empathy-contact-list-view.c
+++ b/libempathy-gtk/empathy-contact-list-view.c
@@ -175,6 +175,8 @@ contact_list_view_query_tooltip_cb (EmpathyContactListView *view,
priv->tooltip_widget = empathy_contact_widget_new (contact,
EMPATHY_CONTACT_WIDGET_FOR_TOOLTIP |
EMPATHY_CONTACT_WIDGET_SHOW_LOCATION);
+ gtk_container_set_border_width (
+ GTK_CONTAINER (priv->tooltip_widget), 8);
g_object_ref (priv->tooltip_widget);
g_signal_connect (priv->tooltip_widget, "destroy",
G_CALLBACK (contact_list_view_tooltip_destroy_cb),