Fix desktop default size
[qquiz] / src / quiz.h
index 3eeccd5..f240f92 100644 (file)
@@ -41,6 +41,9 @@
 
 #define DEFAULT_NR_COL         2
 
+#define DEFAULT_WIDTH          800
+#define DEFAULT_HEIGHT         480
+
 using namespace std;
 
 class question {