From 063aa994d267d730f1400eebde18992be50e4883 Mon Sep 17 00:00:00 2001 From: Nayan Date: Thu, 16 Oct 2025 01:03:45 -0400 Subject: [PATCH] ui: Resize E2E Alerts (#1396) because people be enabling ALL THE UI Co-authored-by: Jason Wen --- selfdrive/ui/sunnypilot/qt/onroad/hud.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/sunnypilot/qt/onroad/hud.h b/selfdrive/ui/sunnypilot/qt/onroad/hud.h index bc80a5e8b..f021a949e 100644 --- a/selfdrive/ui/sunnypilot/qt/onroad/hud.h +++ b/selfdrive/ui/sunnypilot/qt/onroad/hud.h @@ -97,7 +97,7 @@ private: int speedLimitAssistFrame; QPixmap plus_arrow_up_img; QPixmap minus_arrow_down_img; - int e2e_alert_size = 300; + int e2e_alert_size = 250; QPixmap green_light_alert_img; bool greenLightAlert; int e2eAlertFrame;