Set import dialog to fullscreen mode.
[pspp] / src / ui / gui / psppire-import-assistant.c
index 3d7ba0468a6312a748e0c9fcacec9ee9a16a58ba..a1cbfac51354f8b01628f2e585e350eda23d1979 100644 (file)
@@ -962,6 +962,8 @@ psppire_import_assistant_init (PsppireImportAssistant *ia)
   chooser_page_create (ia);
 
   gtk_assistant_set_forward_page_func (GTK_ASSISTANT (ia), next_page_func, NULL, NULL);
+
+  gtk_window_fullscreen (GTK_WINDOW (ia));
 }