aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor-fullname.c
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-04-28 01:57:06 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-04-28 01:57:06 +0800
commit7cd76a64850caf3643d2404995aa3c93c317ee2f (patch)
tree8810789536645b2a09b761affc7794d5a4fc48ac /addressbook/gui/contact-editor/e-contact-editor-fullname.c
parentc16f96602acf71c4e95ef11a1004ea1fa4ae30fd (diff)
downloadgsoc2013-evolution-7cd76a64850caf3643d2404995aa3c93c317ee2f.tar
gsoc2013-evolution-7cd76a64850caf3643d2404995aa3c93c317ee2f.tar.gz
gsoc2013-evolution-7cd76a64850caf3643d2404995aa3c93c317ee2f.tar.bz2
gsoc2013-evolution-7cd76a64850caf3643d2404995aa3c93c317ee2f.tar.lz
gsoc2013-evolution-7cd76a64850caf3643d2404995aa3c93c317ee2f.tar.xz
gsoc2013-evolution-7cd76a64850caf3643d2404995aa3c93c317ee2f.tar.zst
gsoc2013-evolution-7cd76a64850caf3643d2404995aa3c93c317ee2f.zip
Update dialog vbox and action area border widths to be HIG compliant
2004-04-27 Rodney Dawes <dobey@ximian.com> * gui/contact-editor/e-contact-editor-fullname.c: (e_contact_editor_fullname_init): * gui/contact-editor/fullname.glade: * gui/search/e-addressbook-search-dialog.c (eab_search_dialog_init): Update dialog vbox and action area border widths to be HIG compliant Update main child widget border widths to be HIG compliant svn path=/trunk/; revision=25635
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor-fullname.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-fullname.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor-fullname.c b/addressbook/gui/contact-editor/e-contact-editor-fullname.c
index b8887fa051..1847a463f1 100644
--- a/addressbook/gui/contact-editor/e-contact-editor-fullname.c
+++ b/addressbook/gui/contact-editor/e-contact-editor-fullname.c
@@ -105,6 +105,12 @@ e_contact_editor_fullname_init (EContactEditorFullname *e_contact_editor_fullnam
GtkWidget *widget;
GList *icon_list;
+ gtk_widget_realize (GTK_WIDGET (e_contact_editor_fullname));
+ gtk_dialog_set_has_separator (GTK_DIALOG (e_contact_editor_fullname),
+ FALSE);
+ gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (e_contact_editor_fullname)->vbox), 0);
+ gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (e_contact_editor_fullname)->action_area), 12);
+
gtk_dialog_add_buttons (GTK_DIALOG (e_contact_editor_fullname),
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_OK, GTK_RESPONSE_OK,