From 862afd0cd9fb9ee3bf152c88f3c42aba491b38c1 Mon Sep 17 00:00:00 2001 From: kkayam Date: Fri, 14 Feb 2025 18:34:49 +0000 Subject: [PATCH] correct margin on bottom --- apps/cutelauncher/app.js | 2 +- apps/cutelauncher/metadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",