File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
internal_filesystem/builtin/apps/com.micropythonos.settings Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33"publisher" : " MicroPythonOS" ,
44"short_description" : " View and change MicroPythonOS settings." ,
55"long_description" : " This is the official settings app for MicroPythonOS. It allows you to configure all aspects of MicroPythonOS." ,
6- "icon_url" : " https://apps.micropythonos.com/apps/com.micropythonos.settings/icons/com.micropythonos.settings_0.0.7_64x64 .png" ,
7- "download_url" : " https://apps.micropythonos.com/apps/com.micropythonos.settings/mpks/com.micropythonos.settings_0.0.7 .mpk" ,
6+ "icon_url" : " https://apps.micropythonos.com/apps/com.micropythonos.settings/icons/com.micropythonos.settings_0.0.8_64x64 .png" ,
7+ "download_url" : " https://apps.micropythonos.com/apps/com.micropythonos.settings/mpks/com.micropythonos.settings_0.0.8 .mpk" ,
88"fullname" : " com.micropythonos.settings" ,
9- "version" : " 0.0.7 " ,
9+ "version" : " 0.0.8 " ,
1010"category" : " development" ,
1111"activities" : [
1212 {
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ def onCreate(self):
155155 setting_label = lv .label (top_cont )
156156 setting_label .set_text (setting ["title" ])
157157 setting_label .align (lv .ALIGN .TOP_LEFT ,0 ,0 )
158- setting_label .set_style_text_font (lv .font_montserrat_26 , 0 )
158+ setting_label .set_style_text_font (lv .font_montserrat_24 , 0 )
159159
160160 ui = setting .get ("ui" )
161161 ui_options = setting .get ("ui_options" )
You can’t perform that action at this time.
0 commit comments