From 7466ad68023ee555a45431196c93a43320492e84 Mon Sep 17 00:00:00 2001 From: Comma Device Date: Tue, 6 Apr 2021 16:16:23 -0700 Subject: [PATCH] fix drive stats offset on home screen --- selfdrive/ui/qt/home.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/ui/qt/home.cc b/selfdrive/ui/qt/home.cc index a6dcab11..d71d2b31 100644 --- a/selfdrive/ui/qt/home.cc +++ b/selfdrive/ui/qt/home.cc @@ -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);