applied patch from Stefan Röllin that makes the preview resize with the

2007-08-15  Sven Neumann  <sven@gimp.org>

	* plug-ins/print/print-page-layout.c: applied patch from Stefan
	Röllin that makes the preview resize with the dialog (bug #466923).

svn path=/trunk/; revision=23271
This commit is contained in:
Sven Neumann 2007-08-15 13:57:36 +00:00 committed by Sven Neumann
parent af48aefef6
commit 4a6b4bc067
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-08-15 Sven Neumann <sven@gimp.org>
* plug-ins/print/print-page-layout.c: applied patch from Stefan
Röllin that makes the preview resize with the dialog (bug #466923).
2007-08-15 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimpcolorprofilecombobox.c

View File

@ -148,7 +148,7 @@ print_page_layout_gui (PrintData *data)
/* main hbox */
main_hbox = gtk_hbox_new (FALSE, 12);
gtk_box_pack_start (GTK_BOX (layout), main_hbox, FALSE, FALSE, 0);
gtk_box_pack_start (GTK_BOX (layout), main_hbox, TRUE, TRUE, 0);
gtk_widget_show (main_hbox);
/* main vbox */