correct margin on bottom
parent
985fa4bfd2
commit
862afd0cd9
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue