fix small terms (#2593)
Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: 9725128331cbb35b784c0e2828f1a228201329b6
This commit is contained in:
@@ -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"(
|
||||
* {
|
||||
|
||||
Reference in New Issue
Block a user