filechooserwidget: Make the location entry hexpand

This commit is contained in:
Timm Bäder
2018-02-24 10:49:44 +01:00
parent fef4f0704a
commit 94493414b5

View File

@@ -2503,6 +2503,7 @@ location_entry_setup (GtkFileChooserWidget *impl)
priv->current_filter);
gtk_entry_set_width_chars (GTK_ENTRY (priv->location_entry), 45);
gtk_entry_set_activates_default (GTK_ENTRY (priv->location_entry), TRUE);
gtk_widget_set_hexpand (priv->location_entry, TRUE);
}
static void