Skip to content

Commit d87ccd8

Browse files
No rounded corners and borders in launcher
1 parent ae62538 commit d87ccd8

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
# Create a container for the grid
1818
main_screen = lv.obj()
1919
cont = lv.obj(main_screen)
20+
cont.set_style_border_width(0, 0)
21+
cont.set_style_radius(0, 0)
2022
cont.set_pos(0, mpos.ui.NOTIFICATION_BAR_HEIGHT) # leave some margin for the notification bar
2123
cont.set_size(lv.pct(100), lv.pct(100))
2224
cont.set_style_pad_all(10, 0)

0 commit comments

Comments
 (0)