mirror of https://github.com/espruino/BangleApps
Minor changes
parent
79f92215b9
commit
ea028454af
|
@ -170,8 +170,8 @@ function drawDate(){
|
|||
g.setNormalFont();
|
||||
g.setColor(g.theme.fg);
|
||||
var dayStr = locale.dow(currentDate, true).toUpperCase();
|
||||
g.drawString(dayStr, cx/2-15, cy/2);
|
||||
g.drawString(currentDate.getDate(), cx/2-15, cy/2+22);
|
||||
g.drawString(dayStr, cx/2-15, cy/2-5);
|
||||
g.drawString(currentDate.getDate(), cx/2-15, cy/2+17);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue