You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Launcher: reduce horizontal spacing
To fit at least 3 icons on a 240px wide display.
This commit is contained in:
@@ -87,7 +87,7 @@ class Launcher(Activity):
|
||||
# Grid parameters
|
||||
icon_size = 64
|
||||
label_height = 24
|
||||
iconcont_width = icon_size + label_height
|
||||
iconcont_width = int(icon_size * 1.1)
|
||||
iconcont_height = icon_size + label_height
|
||||
|
||||
for app in AppManager.get_app_list():
|
||||
|
||||
Reference in New Issue
Block a user