fix drive stats offset on home screen

albatross
Comma Device 2021-04-06 16:16:23 -07:00
parent 90d6bcc8e9
commit 7466ad6802
1 changed files with 1 additions and 0 deletions

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);