File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
internal_filesystem/builtin/apps/com.micropythonos.appstore/assets Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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
680.5.0
79=====
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments