fix drive stats offset on home screen

old-commit-hash: 7466ad6802
This commit is contained in:
Comma Device
2021-04-06 16:16:23 -07:00
parent 315317f3de
commit 24c8b90e86

View File

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