mirror of https://github.com/espruino/BangleApps
Minor changes
parent
0a2f99a8a5
commit
070e4d1323
|
@ -137,7 +137,7 @@ function drawDigits(){
|
|||
g.drawLine(cx+w/2+7, 120, cx+w/2+7, 140+20);
|
||||
|
||||
// And the 7set text
|
||||
g.setColor("#999");
|
||||
g.setColor("#BBB");
|
||||
g.drawString("88:88", cx, 140);
|
||||
g.drawString("88:88", cx+1, 140);
|
||||
g.drawString("88:88", cx, 141);
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Loading…
Reference in New Issue