mirror of https://github.com/GNOME/gimp.git
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:
parent
af48aefef6
commit
4a6b4bc067
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue