From be595765e4a20a348fd9693e3eb24bf88cd7bfd2 Mon Sep 17 00:00:00 2001 From: concordia Date: Sat, 15 Jun 2024 20:28:00 -0500 Subject: [PATCH] wip --- selfdrive/ui/qt/onroad.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/onroad.h b/selfdrive/ui/qt/onroad.h index 16c7ac5..0499164 100755 --- a/selfdrive/ui/qt/onroad.h +++ b/selfdrive/ui/qt/onroad.h @@ -50,7 +50,7 @@ public: private: void drawText(QPainter &p, int x, int y, const QString &text, int alpha = 255); - void drawSpeedWidget(QPainter &p, int x, int y, const QString &title, const QString &speedLimitStr, QColor colorSpeed, int width = 172); + void drawSpeedWidget(QPainter &p, int x, int y, const QString &title, const QString &speedLimitStr, QColor colorSpeed, int width = 176); QVBoxLayout *main_layout; QPixmap dm_img;