unset 'show-border' on the GtkNotebook that holds the hints.

2007-04-24  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/screenshot.c: unset 'show-border' on the
	GtkNotebook that holds the hints.

svn path=/trunk/; revision=22305
This commit is contained in:
Sven Neumann 2007-04-24 10:29:01 +00:00 committed by Sven Neumann
parent 5313214382
commit 6c7bfb61e0
1 changed files with 2 additions and 1 deletions

View File

@ -936,7 +936,8 @@ shoot_dialog (GdkScreen **screen)
/* Hints */
notebook = g_object_new (GTK_TYPE_NOTEBOOK,
"show-tabs", FALSE,
"show-border", FALSE,
"show-tabs", FALSE,
NULL);
gtk_box_pack_end (GTK_BOX (main_vbox), notebook, FALSE, FALSE, 0);
gtk_widget_show (notebook);