increased vertical spacing.
2003-10-29 Sven Neumann <sven@gimp.org> * app/gui/preferences-dialog.c: increased vertical spacing.
This commit is contained in:
parent
c590c6aa15
commit
7937639ed1
3 changed files with 14 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2003-10-29 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/gui/preferences-dialog.c: increased vertical spacing.
|
||||
|
||||
2003-10-28 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/display/gimpdisplayshell-callbacks.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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue