Minor changes

pull/2180/head
David Peer 2022-10-18 19:49:37 +02:00
parent 0a2f99a8a5
commit 070e4d1323
2 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ function drawDigits(){
g.drawLine(cx+w/2+7, 120, cx+w/2+7, 140+20); g.drawLine(cx+w/2+7, 120, cx+w/2+7, 140+20);
// And the 7set text // And the 7set text
g.setColor("#999"); g.setColor("#BBB");
g.drawString("88:88", cx, 140); g.drawString("88:88", cx, 140);
g.drawString("88:88", cx+1, 140); g.drawString("88:88", cx+1, 140);
g.drawString("88:88", cx, 141); g.drawString("88:88", cx, 141);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB