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