mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 23:00:08 +00:00
[PATCH 1/7] bgo543308 - Let the file chooser widget be in charge of its default size; don't force it from the dialog
Signed-off-by: Federico Mena Quintero <federico@novell.com> svn path=/trunk/; revision=21162
This commit is contained in:
parent
0b1525a231
commit
14abc7c630
@ -407,7 +407,6 @@ gtk_file_chooser_dialog_map (GtkWidget *widget)
|
||||
if (!GTK_WIDGET_MAPPED (priv->widget))
|
||||
gtk_widget_map (priv->widget);
|
||||
|
||||
file_chooser_widget_default_size_changed (priv->widget, dialog);
|
||||
_gtk_file_chooser_embed_initial_focus (GTK_FILE_CHOOSER_EMBED (priv->widget));
|
||||
|
||||
GTK_WIDGET_CLASS (gtk_file_chooser_dialog_parent_class)->map (widget);
|
||||
|
Loading…
Reference in New Issue
Block a user