also remove the border around the notebook pages and add 12 px spacing

2007-05-17  Michael Natterer  <mitch@gimp.org>

	* app/dialogs/preferences-dialog.c: also remove the border around
	the notebook pages and add 12 px spacing between the page and its
	title instead.


svn path=/trunk/; revision=22525
This commit is contained in:
Michael Natterer 2007-05-17 14:03:06 +00:00 committed by Michael Natterer
parent af3a03ce95
commit a3ad1cff5d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2007-05-17 Michael Natterer <mitch@gimp.org>
* app/dialogs/preferences-dialog.c: also remove the border around
the notebook pages and add 12 px spacing between the page and its
title instead.
2007-05-17 Sven Neumann <sven@gimp.org>
* app/widgets/gimpdockseparator.c: removed period from tooltip.

View File

@ -737,7 +737,6 @@ prefs_notebook_append_page (Gimp *gimp,
gimp_help_set_help_data (event_box, NULL, help_id);
vbox = gtk_vbox_new (FALSE, 12);
gtk_container_set_border_width (GTK_CONTAINER (vbox), 12);
gtk_container_add (GTK_CONTAINER (event_box), vbox);
gtk_widget_show (vbox);
@ -1383,7 +1382,7 @@ prefs_dialog_new (Gimp *gimp,
gtk_container_add (GTK_CONTAINER (frame), tv);
vbox = gtk_vbox_new (FALSE, 0);
vbox = gtk_vbox_new (FALSE, 12);
gtk_box_pack_start (GTK_BOX (hbox), vbox, TRUE, TRUE, 0);
gtk_widget_show (vbox);