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:
Sven Neumann
2004-08-10 23:37:06 +00:00
committed by Sven Neumann
parent 28fcd47b35
commit 846bacd905
4 changed files with 9 additions and 3 deletions

View File

@ -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);