diff --git a/apps/notanalog/notanalog.app.js b/apps/notanalog/notanalog.app.js index 3a638ea9b..8c86b1f60 100644 --- a/apps/notanalog/notanalog.app.js +++ b/apps/notanalog/notanalog.app.js @@ -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); }