]> Pileus Git - ~andy/gtk/commitdiff
Don't set a default size for the dialog - Federico
authorFederico Mena Quintero <federico@src.gnome.org>
Sat, 14 Feb 2004 02:11:47 +0000 (02:11 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Sat, 14 Feb 2004 02:11:47 +0000 (02:11 +0000)
tests/testfilechooser.c

index 2785fb85e477c2afdbb6114381698eea73045052..8b96c3fad46ce3986e4e29054dfdf61257d804d1 100644 (file)
@@ -380,8 +380,6 @@ main (int argc, char **argv)
                                            "file:///usr/share/pixmaps",
                                            NULL);
 
-  /* Done with the dialog */
-  gtk_window_set_default_size (GTK_WINDOW (dialog), 600, 400);
   /* show_all() to reveal bugs in composite widget handling */
   gtk_widget_show_all (dialog);