qt ui: dont resize window on start

This commit is contained in:
Willem Melching
2020-11-24 13:36:56 +01:00
parent 71930a4b96
commit 899902de8f
-3
View File
@@ -48,9 +48,6 @@ MainWindow::MainWindow(QWidget *parent) : QWidget(parent) {
#ifdef QCOM2
set_core_affinity(7);
// TODO: this is needed to make first page not squished, why?
main_layout->setSizeConstraint(QLayout::SetMinimumSize);
#endif
glWindow = new GLWindow(this);