summaryrefslogtreecommitdiff
path: root/mainwizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mainwizard.cpp')
-rw-r--r--mainwizard.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mainwizard.cpp b/mainwizard.cpp
index 25df6f1..a54b98d 100644
--- a/mainwizard.cpp
+++ b/mainwizard.cpp
@@ -17,6 +17,8 @@
MainWizard::MainWizard()
{
+ setMinimumSize(QSize(640,480));
+
backend = Backend::instance();
backend->runBackend();