From f6f73451c5f6e7639416eb980265a60a1cb84481 Mon Sep 17 00:00:00 2001 From: Anna Marie Dirks Date: Mon, 19 May 2003 18:51:06 +0000 Subject: Added HIG-appropriate spacing/ padding to the main hbox into which the 2003-05-19 Anna Marie Dirks * e-multi-config-dialog.c (init): Added HIG-appropriate spacing/ padding to the main hbox into which the icons and page widgets are packed. svn path=/trunk/; revision=21265 --- widgets/misc/ChangeLog | 6 ++++++ widgets/misc/e-multi-config-dialog.c | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'widgets') diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 2881f5f44e..298eb82748 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,9 @@ +2003-05-19 Anna Marie Dirks + + * e-multi-config-dialog.c (init): Added HIG-appropriate spacing/ + padding to the main hbox into which the icons and page widgets + are packed. + 2003-05-19 Larry Ewing * e-charset-picker.c: port to GtkDialog. diff --git a/widgets/misc/e-multi-config-dialog.c b/widgets/misc/e-multi-config-dialog.c index 0263d7958f..19792eed22 100644 --- a/widgets/misc/e-multi-config-dialog.c +++ b/widgets/misc/e-multi-config-dialog.c @@ -110,8 +110,7 @@ create_page_container (const char *description, { GtkWidget *vbox; - vbox = gtk_vbox_new (FALSE, 3); - gtk_container_set_border_width (GTK_CONTAINER (vbox), 6); + vbox = gtk_vbox_new (FALSE, 0); #if 0 label = e_clipped_label_new (description); @@ -366,7 +365,8 @@ init (EMultiConfigDialog *multi_config_dialog) ECell *text; ECell *vbox; - hbox = gtk_hbox_new (FALSE, 2); + hbox = gtk_hbox_new (FALSE, 6); + gtk_container_set_border_width (GTK_CONTAINER (hbox), 6); dialog_vbox = GTK_DIALOG (multi_config_dialog)->vbox; gtk_box_set_spacing (GTK_BOX (dialog_vbox), 6); -- cgit v1.2.3