pack the main vbox expanding so that the progress bar sticks to the bottom

2006-08-11  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/script-fu-interface.c: pack the main vbox
	expanding so that the progress bar sticks to the bottom of the
	dialog.

	* plug-ins/pygimp/gimpfu.py: moved blurb label to the top, use
	italic style for it. Add a progress bar unconditionally and use a
	GimpProgressBar for it. Commented out the progress label until it
	is actually used.
This commit is contained in:
Sven Neumann
2006-08-11 08:36:45 +00:00
committed by Sven Neumann
parent 3fbf7436c9
commit 0b74a671fc
3 changed files with 43 additions and 74 deletions

View File

@ -254,7 +254,7 @@ script_fu_interface (SFScript *script)
vbox = gtk_vbox_new (FALSE, 12);
gtk_container_set_border_width (GTK_CONTAINER (vbox), 12);
gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox),
vbox, FALSE, FALSE, 0);
vbox, TRUE, TRUE, 0);
gtk_widget_show (vbox);
/* The argument table */