From 1f8ec19618690aed37ea26e0497010939a0affb8 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 24 Jul 2023 19:40:00 -0700 Subject: [PATCH] useless spacing --- selfdrive/ui/qt/maps/map.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/ui/qt/maps/map.cc b/selfdrive/ui/qt/maps/map.cc index d1c4f52523..704a94208f 100644 --- a/selfdrive/ui/qt/maps/map.cc +++ b/selfdrive/ui/qt/maps/map.cc @@ -41,7 +41,6 @@ MapWindow::MapWindow(const QMapboxGLSettings &settings) : m_settings(settings), overlay_layout->addWidget(error); overlay_layout->addWidget(map_instructions); overlay_layout->addStretch(1); - overlay_layout->addSpacing(UI_BORDER_SIZE); overlay_layout->addWidget(map_eta); auto last_gps_position = coordinate_from_param("LastGPSPosition");