mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-14 13:52:12 +08:00
qt ui: dont resize window on start
old-commit-hash: 899902de8f592420f4caff0f8bcaeca4f8d536c0
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user