From 7937639ed15423b142b1856c4622efb5ae9f670c Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 29 Oct 2003 21:55:26 +0000 Subject: [PATCH] increased vertical spacing. 2003-10-29 Sven Neumann * app/gui/preferences-dialog.c: increased vertical spacing. --- ChangeLog | 4 ++++ app/dialogs/preferences-dialog.c | 6 +++++- app/gui/preferences-dialog.c | 6 +++++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bec7ec0af4..a4e3a9fb61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-29 Sven Neumann + + * app/gui/preferences-dialog.c: increased vertical spacing. + 2003-10-28 Sven Neumann * app/display/gimpdisplayshell-callbacks.c diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c index 36b20bf613..585301754f 100644 --- a/app/dialogs/preferences-dialog.c +++ b/app/dialogs/preferences-dialog.c @@ -473,7 +473,7 @@ prefs_notebook_append_page (Gimp *gimp, gimp_help_set_help_data (event_box, NULL, help_id); - vbox = gtk_vbox_new (FALSE, 6); + vbox = gtk_vbox_new (FALSE, 12); gtk_container_set_border_width (GTK_CONTAINER (vbox), 6); gtk_container_add (GTK_CONTAINER (event_box), vbox); gtk_widget_show (vbox); @@ -1070,6 +1070,8 @@ prefs_dialog_new (Gimp *gimp, &top_iter, page_index++); + gtk_box_set_spacing (GTK_BOX (vbox), 6); + /* select this page in the tree */ gtk_tree_selection_select_iter (sel, &top_iter); @@ -1124,6 +1126,8 @@ prefs_dialog_new (Gimp *gimp, core_config->default_image->xresolution, core_config->default_image->yresolution); + gtk_box_set_spacing (GTK_BOX (editor), 12); + gtk_container_add (GTK_CONTAINER (vbox), editor); gtk_widget_show (editor); diff --git a/app/gui/preferences-dialog.c b/app/gui/preferences-dialog.c index 36b20bf613..585301754f 100644 --- a/app/gui/preferences-dialog.c +++ b/app/gui/preferences-dialog.c @@ -473,7 +473,7 @@ prefs_notebook_append_page (Gimp *gimp, gimp_help_set_help_data (event_box, NULL, help_id); - vbox = gtk_vbox_new (FALSE, 6); + vbox = gtk_vbox_new (FALSE, 12); gtk_container_set_border_width (GTK_CONTAINER (vbox), 6); gtk_container_add (GTK_CONTAINER (event_box), vbox); gtk_widget_show (vbox); @@ -1070,6 +1070,8 @@ prefs_dialog_new (Gimp *gimp, &top_iter, page_index++); + gtk_box_set_spacing (GTK_BOX (vbox), 6); + /* select this page in the tree */ gtk_tree_selection_select_iter (sel, &top_iter); @@ -1124,6 +1126,8 @@ prefs_dialog_new (Gimp *gimp, core_config->default_image->xresolution, core_config->default_image->yresolution); + gtk_box_set_spacing (GTK_BOX (editor), 12); + gtk_container_add (GTK_CONTAINER (vbox), editor); gtk_widget_show (editor);