1
0
Fork 0

Update app.js

Tweak colours
master
sir-indy 2022-05-04 10:19:59 +01:00 committed by GitHub
parent c94b8be629
commit ffcba2a8fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -135,22 +135,22 @@ var timePickerLayout = new Layout({
{type:undefined, height:2},
{type:"h", c: [
{type:"v", width:g.getWidth()/3, c: [
{type:"txt", font:"6x8", label:/*LANG*/"Hours", col:g.theme.fg2},
{type:"img", pad:8, src:imgArrow, col:g.theme.fg2},
{type:"txt", font:"6x8", label:/*LANG*/"Hours"},
{type:"img", pad:8, src:imgArrow},
{type:"txt", font:"20%", label:"00", id:"hours", filly:1, fillx:1},
{type:"img", pad:8, src:imgArrow, col:g.theme.fg2, r:2}
{type:"img", pad:8, src:imgArrow, r:2}
]},
{type:"v", width:g.getWidth()/3, c: [
{type:"txt", font:"6x8", label:/*LANG*/"Minutes", col:g.theme.fg2},
{type:"img", pad:8, src:imgArrow, col:g.theme.fg2},
{type:"txt", font:"6x8", label:/*LANG*/"Minutes"},
{type:"img", pad:8, src:imgArrow},
{type:"txt", font:"20%", label:"00", id:"mins", filly:1, fillx:1},
{type:"img", pad:8, src:imgArrow, col:g.theme.fg2, r:2}
{type:"img", pad:8, src:imgArrow, r:2}
]},
{type:"v", width:g.getWidth()/3, c: [
{type:"txt", font:"6x8", label:/*LANG*/"Seconds", col:g.theme.fg2},
{type:"img", pad:8, src:imgArrow, col:g.theme.fg2},
{type:"txt", font:"6x8", label:/*LANG*/"Seconds"},
{type:"img", pad:8, src:imgArrow},
{type:"txt", font:"20%", label:"00", id:"secs", filly:1, fillx:1},
{type:"img", pad:8, src:imgArrow, col:g.theme.fg2, r:2}
{type:"img", pad:8, src:imgArrow, r:2}
]},
]},
{type:"btn", src:imgPlay, id:"btnStart", fillx:1 }