From: joelholdsworth Date: Wed, 16 Jan 2008 21:55:17 +0000 (+0000) Subject: Stopped the export bitmap dialog from being sizeable X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5571c88a0300791036a611d2d40743b08c207bec;p=inkscape.git Stopped the export bitmap dialog from being sizeable --- diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp index 10dbc575f..16f23fb07 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, TRUE); + dlg = sp_window_new (title, FALSE); if (x == -1000 || y == -1000) { x = prefs_get_int_attribute (prefs_path, "x", 0);