diff --git a/apps/cutelauncher/app.js b/apps/cutelauncher/app.js index 35326d9b9..3bb6ebddd 100644 --- a/apps/cutelauncher/app.js +++ b/apps/cutelauncher/app.js @@ -42,7 +42,7 @@ Bangle.drawWidgets = () => { }; Bangle.loadWidgets = () => { }; - const ITEM_HEIGHT = 120; + const ITEM_HEIGHT = 110; E.showScroller({ h: ITEM_HEIGHT, @@ -55,7 +55,7 @@ let icon = apps[idx].icon; let iconWidth = icon.width || 48; let iconHeight = icon.height || 48; - let maxSize = 90; + let maxSize = 80; let scale = Math.min(maxSize / iconWidth, maxSize / iconHeight); let scaledHeight = Math.floor(iconHeight * scale); diff --git a/apps/cutelauncher/metadata.json b/apps/cutelauncher/metadata.json index d987bb887..505803ff8 100644 --- a/apps/cutelauncher/metadata.json +++ b/apps/cutelauncher/metadata.json @@ -1,7 +1,7 @@ { "id": "cutelauncher", "name": "Cute Launcher", - "version": "0.06", + "version": "0.07", "description": "A simple launcher app for Bangle.js 2 that makes use of the full touchscreen", "icon": "app.png", "type": "launch",