From 45e99acbb6ef0a678cc61c0606548d5331361b32 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Tue, 24 Nov 2020 13:36:56 +0100 Subject: [PATCH] qt ui: dont resize window on start old-commit-hash: 899902de8f592420f4caff0f8bcaeca4f8d536c0 --- selfdrive/ui/qt/window.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/selfdrive/ui/qt/window.cc b/selfdrive/ui/qt/window.cc index a8580a9ad4..0ebc70767e 100644 --- a/selfdrive/ui/qt/window.cc +++ b/selfdrive/ui/qt/window.cc @@ -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);