]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfilechooserdefault.c
up the width of the entry a tad.
[~andy/gtk] / gtk / gtkfilechooserdefault.c
index 5f0ae23913e9da7405bc89887f0e8a1c5a1cb1e3..6e087ca5e252066758cb9837705ef8371bbff8ad 100644 (file)
@@ -4206,7 +4206,7 @@ location_entry_create (GtkFileChooserDefault *impl)
 
   entry = _gtk_file_chooser_entry_new ();
   /* Pick a good width for the entry */
-  gtk_entry_set_width_chars (GTK_ENTRY (entry), 25);
+  gtk_entry_set_width_chars (GTK_ENTRY (entry), 30);
   gtk_entry_set_activates_default (GTK_ENTRY (entry), TRUE);
   _gtk_file_chooser_entry_set_file_system (GTK_FILE_CHOOSER_ENTRY (entry), impl->file_system);
   _gtk_file_chooser_entry_set_base_folder (GTK_FILE_CHOOSER_ENTRY (entry), impl->current_folder);