cute launcher: coloring again
parent
af82450254
commit
b5ec05fd42
|
|
@ -3,3 +3,4 @@
|
|||
0.29: Draw function optimization
|
||||
0.30: Refine initial scrollbar position
|
||||
0.31: Coloring for scrollbar
|
||||
0.32: Coloring for scrollbar
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@
|
|||
const lineRight = overlayWidth - 9;
|
||||
|
||||
// Draw inner lines (increased from ±1 to ±2)
|
||||
overlay.setColor(g.theme.bg2);
|
||||
overlay.setColor(g.theme.fg2);
|
||||
overlay.fillRect(lineLeft - 2, lineY1 - 1, lineRight + 2, lineY1 + 1);
|
||||
overlay.fillRect(lineLeft - 2, lineY2 - 1, lineRight + 2, lineY2 + 1);
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"id": "cutelauncher",
|
||||
"name": "Cute Launcher",
|
||||
"shortName": "Cute Launcher",
|
||||
"version": "0.31",
|
||||
"version": "0.32",
|
||||
"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