ui: adjusted start screen width

This commit is contained in:
malte_langkabel
2016-02-23 11:01:56 +01:00
parent 2f94fed439
commit 3cf3a3f575
+1 -1
View File
@@ -74,7 +74,7 @@ void QtStartScreen::setup()
position += 40;
}
resize(520, 600);
resize(570, 600);
}
QSize QtStartScreen::sizeHint() const