mirror of https://github.com/espruino/BangleApps
fix display alignment
parent
1cef4fec3d
commit
2be0d5d385
|
@ -1,2 +1,3 @@
|
|||
0.01: Initial commit
|
||||
0.02: Added Alt modes
|
||||
0.03: Fix display misalignment
|
|
@ -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: [
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue