Skip to content

Commit 16cbe8a

Browse files
Settings app: tweak font size
1 parent 60e896a commit 16cbe8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

internal_filesystem/builtin/apps/com.micropythonos.settings/META-INF/MANIFEST.JSON

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)