ui: small software ui fixes (#38630)

add icon and scroller for branch name
This commit is contained in:
stef
2026-08-14 21:01:22 -07:00
committed by GitHub
parent 516ec1e682
commit df4566ef2f
2 changed files with 3 additions and 3 deletions
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c4c38772e6080aa4b8bf5212d3619e949775468c64f3edb88a1a426d767c38d2
size 1579
oid sha256:190e196eba6feffec125ac66cf7e77620b759e346fa69b80e3a3884a5694cb15
size 3225
@@ -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 "")