Enable the value_labels popup dialog
[pspp] / src / ui / gui / psppire-import-assistant.c
index 9374f7f68e15fbb2ecc4d4c94e30ab3deddeeb26..2eb5e89acbcc1f5b708132e787a845d9a9827544 100644 (file)
@@ -958,7 +958,7 @@ psppire_import_assistant_init (PsppireImportAssistant *ia)
 
   gtk_assistant_set_forward_page_func (GTK_ASSISTANT (ia), next_page_func, NULL, NULL);
 
-  gtk_window_fullscreen (GTK_WINDOW (ia));
+  gtk_window_maximize (GTK_WINDOW (ia));
 }