fix small terms (#2593)

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 9725128331cbb35b784c0e2828f1a228201329b6
This commit is contained in:
Adeeb Shihadeh
2020-11-20 22:03:01 -08:00
committed by GitHub
parent 6b32f79ae6
commit a2ee407c2b

View File

@@ -72,6 +72,8 @@ MainWindow::MainWindow(QWidget *parent) : QWidget(parent) {
QObject::connect(onboardingWindow, SIGNAL(onboardingDone()), this, SLOT(closeSettings()));
onboardingWindow->updateActiveScreen();
// TODO: this is needed to make first page not squished, why?
main_layout->setSizeConstraint(QLayout::SetMinimumSize);
setStyleSheet(R"(
* {