aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor-im.c
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-03-10 01:47:02 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-03-10 01:47:02 +0800
commit3a80218b28b094dcb0897cd667ab4cc7b33c359c (patch)
tree38eb619205fd90b2712757f03c855e27facc4219 /addressbook/gui/contact-editor/e-contact-editor-im.c
parent74b8f2a8a066ef89407090d679e08b68e0f87279 (diff)
downloadgsoc2013-evolution-3a80218b28b094dcb0897cd667ab4cc7b33c359c.tar
gsoc2013-evolution-3a80218b28b094dcb0897cd667ab4cc7b33c359c.tar.gz
gsoc2013-evolution-3a80218b28b094dcb0897cd667ab4cc7b33c359c.tar.bz2
gsoc2013-evolution-3a80218b28b094dcb0897cd667ab4cc7b33c359c.tar.lz
gsoc2013-evolution-3a80218b28b094dcb0897cd667ab4cc7b33c359c.tar.xz
gsoc2013-evolution-3a80218b28b094dcb0897cd667ab4cc7b33c359c.tar.zst
gsoc2013-evolution-3a80218b28b094dcb0897cd667ab4cc7b33c359c.zip
Remove the dialog separator, and set appropriate border widths for the
2004-03-09 Rodney Dawes <dobey@ximian.com> * gui/contact-editor/e-contact-editor-im.c (e_contact_editor_im_edit): Remove the dialog separator, and set appropriate border widths for the button area box and the dialog's vbox * gui/contact-editor/im.glade: Apply patch from Christian Neumair to make the IM editor dialog HIG compliant svn path=/trunk/; revision=24999
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor-im.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-im.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor-im.c b/addressbook/gui/contact-editor/e-contact-editor-im.c
index aedd712261..dc1a4e39bc 100644
--- a/addressbook/gui/contact-editor/e-contact-editor-im.c
+++ b/addressbook/gui/contact-editor/e-contact-editor-im.c
@@ -267,6 +267,10 @@ e_contact_editor_im_init (EContactEditorIm *e_contact_editor_im)
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_OK, GTK_RESPONSE_OK,
NULL);
+ gtk_dialog_set_has_separator (GTK_DIALOG (e_contact_editor_im), FALSE);
+
+ gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (e_contact_editor_im)->action_area), 12);
+ gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (e_contact_editor_im)->vbox), 0);
gtk_window_set_resizable(GTK_WINDOW(e_contact_editor_im), TRUE);