diff --git a/selfdrive/ui/qt/home.cc b/selfdrive/ui/qt/home.cc index a6dcab1184..d71d2b3196 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);