diff -Nurpd a/scribus/prefsstructs.h b/scribus/prefsstructs.h
--- a/scribus/prefsstructs.h	2023-01-10 17:26:23.000000000 +0100
+++ b/scribus/prefsstructs.h	2023-01-10 17:31:42.282088734 +0100
@@ -93,13 +93,13 @@ struct TypoPrefs
 
 struct WindowPrefs
 {
+	int width {0};
+	int height {0};
 	int xPosition {0};
 	int yPosition {0};
-	int width {800};
-	int height {600};
+	bool maximized {false};
 	bool visible {true};
 	bool docked {false};
-	bool maximized {false};
 	int screenNumber {0};
 };
 
