Skip to content

Commit 142c232

Browse files
AppStore app: remove unnecessary scrollbar over publisher's name
1 parent 4732e4f commit 142c232

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
=====
33
- OSUpdate app: pause download when wifi is lost, resume when reconnected
44
- Fri3d Camp 2024 Badge: workaround ADC2+WiFi conflict by temporarily disable WiFi to measure battery level
5+
- Fri3d Camp 2024 Badge: improve battery monitor calibration
6+
- AppStore app: remove unnecessary scrollbar over publisher's name
57

68
0.5.0
79
=====

internal_filesystem/builtin/apps/com.micropythonos.appstore/assets/appstore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ def onCreate(self):
206206
detail_cont.set_style_pad_all(0, 0)
207207
detail_cont.set_flex_flow(lv.FLEX_FLOW.COLUMN)
208208
detail_cont.set_size(lv.pct(75), lv.SIZE_CONTENT)
209+
detail_cont.set_scrollbar_mode(lv.SCROLLBAR_MODE.OFF)
209210
name_label = lv.label(detail_cont)
210211
name_label.set_text(app.name)
211212
name_label.set_style_text_font(lv.font_montserrat_24, 0)

0 commit comments

Comments
 (0)