aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.c
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-04-27 01:12:43 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-04-27 01:12:43 +0800
commitebbd29334a2a755f927afbaeb06c99ab6709008b (patch)
tree10adb3eac681af3925f3879b231e01916528e64d /addressbook/gui/contact-editor/e-contact-editor.c
parente8cfdbede5e0b7d0bc33913552cdd73705c98e6e (diff)
downloadgsoc2013-evolution-ebbd29334a2a755f927afbaeb06c99ab6709008b.tar
gsoc2013-evolution-ebbd29334a2a755f927afbaeb06c99ab6709008b.tar.gz
gsoc2013-evolution-ebbd29334a2a755f927afbaeb06c99ab6709008b.tar.bz2
gsoc2013-evolution-ebbd29334a2a755f927afbaeb06c99ab6709008b.tar.lz
gsoc2013-evolution-ebbd29334a2a755f927afbaeb06c99ab6709008b.tar.xz
gsoc2013-evolution-ebbd29334a2a755f927afbaeb06c99ab6709008b.tar.zst
gsoc2013-evolution-ebbd29334a2a755f927afbaeb06c99ab6709008b.zip
Set spacing around notebook widget and the dialog's action area and vbox
2004-04-26 Rodney Dawes <dobey@ximian.com> * gui/contact-editor/contact-editor.glade: * gui/contact-editor/e-contact-editor.c (e_contact_editor_init): Set spacing around notebook widget and the dialog's action area and vbox widgets to be compliant with the HIG dialog specs svn path=/trunk/; revision=25618
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index 194249339e..9395fc925f 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -1955,6 +1955,10 @@ e_contact_editor_init (EContactEditor *e_contact_editor)
setup_tab_order(gui);
e_contact_editor->app = glade_xml_get_widget (gui, "contact editor");
+ widget = e_contact_editor->app;
+
+ gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (widget)->vbox), 0);
+ gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (widget)->action_area), 12);
set_entry_changed_signals (e_contact_editor);
set_entry_activate_signals (e_contact_editor);