From df4566ef2faa6a25a890b3b9a2b8b737798b64a8 Mon Sep 17 00:00:00 2001 From: stef <19478336+stefpi@users.noreply.github.com> Date: Fri, 14 Aug 2026 21:01:22 -0700 Subject: [PATCH] ui: small software ui fixes (#38630) add icon and scroller for branch name --- openpilot/selfdrive/assets/icons_mici/settings/software.png | 4 ++-- openpilot/selfdrive/ui/mici/layouts/settings/software.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openpilot/selfdrive/assets/icons_mici/settings/software.png b/openpilot/selfdrive/assets/icons_mici/settings/software.png index 5cf528cbdd..15baccd725 100644 --- a/openpilot/selfdrive/assets/icons_mici/settings/software.png +++ b/openpilot/selfdrive/assets/icons_mici/settings/software.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c4c38772e6080aa4b8bf5212d3619e949775468c64f3edb88a1a426d767c38d2 -size 1579 +oid sha256:190e196eba6feffec125ac66cf7e77620b759e346fa69b80e3a3884a5694cb15 +size 3225 diff --git a/openpilot/selfdrive/ui/mici/layouts/settings/software.py b/openpilot/selfdrive/ui/mici/layouts/settings/software.py index bd4b966f49..0f12004828 100644 --- a/openpilot/selfdrive/ui/mici/layouts/settings/software.py +++ b/openpilot/selfdrive/ui/mici/layouts/settings/software.py @@ -47,7 +47,7 @@ class SoftwareInfoLayoutMici(Widget): self._branch_label = UnifiedLabel("branch", 48, max_width=max_width, font_weight=FontWeight.DISPLAY, wrap_text=False) self._branch_text_label = UnifiedLabel("", 32, max_width=max_width, text_color=subheader_color, - font_weight=FontWeight.ROMAN, wrap_text=False) + font_weight=FontWeight.ROMAN, wrap_text=False, scroll=True) def _update_state(self): desc = _split_description(ui_state.params.get("UpdaterCurrentDescription") or "")