minor dialog tweak.

2005-09-26  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/gqbist.c: minor dialog tweak.
This commit is contained in:
Sven Neumann
2005-09-26 00:06:45 +00:00
committed by Sven Neumann
parent 4839271341
commit 2e42c8ea83
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-09-26 Sven Neumann <sven@gimp.org>
* plug-ins/common/gqbist.c: minor dialog tweak.
2005-09-26 Sven Neumann <sven@gimp.org>
* app/core/gimpdata.c

View File

@ -846,6 +846,7 @@ dialog_run (void)
NULL);
bbox = gtk_hbutton_box_new ();
gtk_button_box_set_layout (GTK_BUTTON_BOX (bbox), GTK_BUTTONBOX_START);
gtk_box_pack_start (GTK_BOX (vbox), bbox, FALSE, FALSE, 0);
gtk_widget_show (bbox);