fix small terms (#2593)

Co-authored-by: Comma Device <device@comma.ai>
x-archive-community-master-merge
Adeeb Shihadeh 5 years ago committed by GitHub
parent 917eff8c30
commit 9725128331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/ui/qt/window.cc

@ -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"(
* {

Loading…
Cancel
Save