correct margin on bottom

master
kkayam 2025-02-14 18:34:49 +00:00
parent 985fa4bfd2
commit 862afd0cd9
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
Bangle.drawWidgets = () => { }; Bangle.drawWidgets = () => { };
Bangle.loadWidgets = () => { }; Bangle.loadWidgets = () => { };
const ITEM_HEIGHT = 100; const ITEM_HEIGHT = 95;
// Create scroll indicator overlay // Create scroll indicator overlay
const overlayWidth = 30; // Increased width const overlayWidth = 30; // Increased width

View File

@ -1,7 +1,7 @@
{ {
"id": "cutelauncher", "id": "cutelauncher",
"name": "Cute Launcher", "name": "Cute Launcher",
"version": "0.12", "version": "0.13",
"description": "A simple launcher app for Bangle.js 2 that makes use of the full touchscreen", "description": "A simple launcher app for Bangle.js 2 that makes use of the full touchscreen",
"icon": "app.png", "icon": "app.png",
"type": "launch", "type": "launch",