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;