fix display alignment

pull/3709/head
Carl Chan 2024-12-31 14:40:18 -05:00
parent 1cef4fec3d
commit 2be0d5d385
3 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,3 @@
0.01: Initial commit
0.02: Added Alt modes
0.03: Fix display misalignment

View File

@ -27,7 +27,7 @@ var layout = new Layout(
{type:"txt", font:LightFont, col:"#000", bgCol:"#555", id:'L5', label:"PROG", width:Light_width, height:Light_height },
{type:"txt", font:LightFont, col:"#000", bgCol:"#eee", id:'L6', label:"OPR ERR", width:Light_width, height:Light_height },
]},
{ type:"", width:20},
{ type:"", width:25},
{ type:"v", c: [
{type:"",height:2},
{type:"h", c: [

View File

@ -2,7 +2,7 @@
"name": "DSKY Clock",
"icon": "app-icon.png",
"screenshots": [{"url":"screenshot1.png"}],
"version": "0.02",
"version": "0.03",
"description": "A clockface inspired by the Apollo DSKY interface.",
"tags": "clock",
"type": "clock",