app/gui/file-open-location-dialog.c increased horizontal size request to
2004-08-11 Sven Neumann <sven@gimp.org> * app/gui/file-open-location-dialog.c * app/widgets/gimpprogressbox.c: increased horizontal size request to reduce resizing.
This commit is contained in:

committed by
Sven Neumann

parent
28fcd47b35
commit
846bacd905
@ -116,7 +116,7 @@ file_open_location_dialog_show (Gimp *gimp,
|
||||
file_open_location_completion,
|
||||
NULL, NULL);
|
||||
|
||||
gtk_widget_set_size_request (entry, 300, -1);
|
||||
gtk_widget_set_size_request (entry, 400, -1);
|
||||
gtk_box_pack_start (GTK_BOX (vbox), entry, FALSE, FALSE, 0);
|
||||
gtk_widget_show (entry);
|
||||
|
||||
|
Reference in New Issue
Block a user