Skip to content

Commit 2be0d5d

Browse files
committed
fix display alignment
1 parent 1cef4fe commit 2be0d5d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

apps/dsky_clock/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
0.01: Initial commit
22
0.02: Added Alt modes
3+
0.03: Fix display misalignment

apps/dsky_clock/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var layout = new Layout(
2727
{type:"txt", font:LightFont, col:"#000", bgCol:"#555", id:'L5', label:"PROG", width:Light_width, height:Light_height },
2828
{type:"txt", font:LightFont, col:"#000", bgCol:"#eee", id:'L6', label:"OPR ERR", width:Light_width, height:Light_height },
2929
]},
30-
{ type:"", width:20},
30+
{ type:"", width:25},
3131
{ type:"v", c: [
3232
{type:"",height:2},
3333
{type:"h", c: [

apps/dsky_clock/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "DSKY Clock",
33
"icon": "app-icon.png",
44
"screenshots": [{"url":"screenshot1.png"}],
5-
"version": "0.02",
5+
"version": "0.03",
66
"description": "A clockface inspired by the Apollo DSKY interface.",
77
"tags": "clock",
88
"type": "clock",

0 commit comments

Comments
 (0)