forked from FOSS/BangleApps
fix display alignment
parent
1cef4fec3d
commit
2be0d5d385
|
@ -1,2 +1,3 @@
|
||||||
0.01: Initial commit
|
0.01: Initial commit
|
||||||
0.02: Added Alt modes
|
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:"#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:"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:"v", c: [
|
||||||
{type:"",height:2},
|
{type:"",height:2},
|
||||||
{type:"h", c: [
|
{type:"h", c: [
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "DSKY Clock",
|
"name": "DSKY Clock",
|
||||||
"icon": "app-icon.png",
|
"icon": "app-icon.png",
|
||||||
"screenshots": [{"url":"screenshot1.png"}],
|
"screenshots": [{"url":"screenshot1.png"}],
|
||||||
"version": "0.02",
|
"version": "0.03",
|
||||||
"description": "A clockface inspired by the Apollo DSKY interface.",
|
"description": "A clockface inspired by the Apollo DSKY interface.",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
|
|
Loading…
Reference in New Issue