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);