From eda4705edff5f2d810bd03a85f390c74fc9ae5ab Mon Sep 17 00:00:00 2001 From: joelholdsworth Date: Thu, 17 Jan 2008 19:38:29 +0000 Subject: [PATCH] Reverted earlier edit - export bitmap dialog is now sizeable once again --- src/dialogs/export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp index 16f23fb07..10dbc575f 100644 --- a/src/dialogs/export.cpp +++ b/src/dialogs/export.cpp @@ -395,7 +395,7 @@ sp_export_dialog (void) gchar title[500]; sp_ui_dialog_title_string (Inkscape::Verb::get(SP_VERB_FILE_EXPORT), title); - dlg = sp_window_new (title, FALSE); + dlg = sp_window_new (title, TRUE); if (x == -1000 || y == -1000) { x = prefs_get_int_attribute (prefs_path, "x", 0); -- 2.30.2