Skip to content

Commit d6351b4

Browse files
laucher: remove magic number
1 parent 6ee63d9 commit d6351b4

File tree

1 file changed

+1
-1
lines changed
  • internal_filesystem/builtin/apps/com.example.launcher/assets

1 file changed

+1
-1
lines changed

internal_filesystem/builtin/apps/com.example.launcher/assets/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Grid parameters
2525
icon_size = 64 # Adjust based on your display
2626
label_height = 24
27-
iconcont_width = icon_size + 24
27+
iconcont_width = icon_size + label_height
2828
iconcont_height = icon_size + label_height
2929

3030
import time

0 commit comments

Comments
 (0)