You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
AppStore app: remove unnecessary scrollbar over publisher's name
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user