fix drive stats offset on home screen

old-commit-hash: 7466ad6802
commatwo_master
Comma Device 4 years ago
parent 315317f3de
commit 24c8b90e86
  1. 1
      selfdrive/ui/qt/home.cc

@ -100,6 +100,7 @@ OffroadHome::OffroadHome(QWidget* parent) : QWidget(parent) {
center_layout = new QStackedLayout(); center_layout = new QStackedLayout();
QHBoxLayout* statsAndSetup = new QHBoxLayout(); QHBoxLayout* statsAndSetup = new QHBoxLayout();
statsAndSetup->setMargin(0);
DriveStats* drive = new DriveStats; DriveStats* drive = new DriveStats;
drive->setFixedSize(800, 800); drive->setFixedSize(800, 800);

Loading…
Cancel
Save