From 3db013b7e1206e48ad119fab1eee55f8fa6a2790 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 17 May 2024 14:25:32 -0500 Subject: [PATCH] wip --- selfdrive/ui/qt/onroad.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/onroad.cc b/selfdrive/ui/qt/onroad.cc index e16f550..f8b91c5 100755 --- a/selfdrive/ui/qt/onroad.cc +++ b/selfdrive/ui/qt/onroad.cc @@ -522,7 +522,7 @@ void AnnotatedCameraWidget::drawSpeedWidget(QPainter &p, int x, int y, const QSt int bottom_radius = has_eu_speed_limit ? 100 : 32; QRect set_speed_rect(QPoint(x + (default_size.width() - set_speed_size.width()) / 2, y), set_speed_size); - p.setPen(QPen(colorSpeed), 10)); + p.setPen(QPen(colorSpeed)); p.setBrush(blackColor(166)); drawRoundedRect(p, set_speed_rect, top_radius, top_radius, bottom_radius, bottom_radius);