diff options
author | Federico Mena Quintero <federico@src.gnome.org> | 2004-02-14 02:11:47 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2004-02-14 02:11:47 +0000 |
commit | 863252b6547eb7730ea652784031df1a038e43c5 (patch) | |
tree | b906e523a97c1f8d24bad10fa5894b4b42513fa5 /tests | |
parent | 7743376798556fbdea14873c1779e8cb8fae093b (diff) | |
download | gtk+-863252b6547eb7730ea652784031df1a038e43c5.tar.gz |
Don't set a default size for the dialog - Federico
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testfilechooser.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testfilechooser.c b/tests/testfilechooser.c index 2785fb85e4..8b96c3fad4 100644 --- a/tests/testfilechooser.c +++ b/tests/testfilechooser.c @@ -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); |