diff --git a/apps/cutelauncher/app.js b/apps/cutelauncher/app.js index cc1a5561c..7d9dcf06f 100644 --- a/apps/cutelauncher/app.js +++ b/apps/cutelauncher/app.js @@ -42,7 +42,7 @@ Bangle.drawWidgets = () => { }; Bangle.loadWidgets = () => { }; - const ITEM_HEIGHT = 100; + const ITEM_HEIGHT = 95; // Create scroll indicator overlay const overlayWidth = 30; // Increased width diff --git a/apps/cutelauncher/metadata.json b/apps/cutelauncher/metadata.json index 34385a340..32f3df35c 100644 --- a/apps/cutelauncher/metadata.json +++ b/apps/cutelauncher/metadata.json @@ -1,7 +1,7 @@ { "id": "cutelauncher", "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", "icon": "app.png", "type": "launch",