aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-dialogs.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-dialogs.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-dialogs.c')
-rw-r--r--libempathy-gtk/empathy-contact-dialogs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-dialogs.c b/libempathy-gtk/empathy-contact-dialogs.c
index c00558402..390caa2fb 100644
--- a/libempathy-gtk/empathy-contact-dialogs.c
+++ b/libempathy-gtk/empathy-contact-dialogs.c
@@ -415,6 +415,7 @@ empathy_new_contact_dialog_show_with_contact (GtkWindow *parent,
EMPATHY_CONTACT_WIDGET_EDIT_ACCOUNT |
EMPATHY_CONTACT_WIDGET_EDIT_ID |
EMPATHY_CONTACT_WIDGET_EDIT_GROUPS);
+ gtk_container_set_border_width (GTK_CONTAINER (contact_widget), 8);
gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))),
contact_widget,
TRUE, TRUE, 0);