AppStore app: remove unnecessary scrollbar over publisher's name

This commit is contained in:
Thomas Farstrike
2025-11-24 22:12:27 +01:00
parent 4732e4f80f
commit 142c23256c
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
=====
- OSUpdate app: pause download when wifi is lost, resume when reconnected
- Fri3d Camp 2024 Badge: workaround ADC2+WiFi conflict by temporarily disable WiFi to measure battery level
- Fri3d Camp 2024 Badge: improve battery monitor calibration
- AppStore app: remove unnecessary scrollbar over publisher's name
0.5.0
=====
@@ -206,6 +206,7 @@ class AppDetail(Activity):
detail_cont.set_style_pad_all(0, 0)
detail_cont.set_flex_flow(lv.FLEX_FLOW.COLUMN)
detail_cont.set_size(lv.pct(75), lv.SIZE_CONTENT)
detail_cont.set_scrollbar_mode(lv.SCROLLBAR_MODE.OFF)
name_label = lv.label(detail_cont)
name_label.set_text(app.name)
name_label.set_style_text_font(lv.font_montserrat_24, 0)