diff --git a/apps/cliclockJS2Enhanced/app.js b/apps/cliclockJS2Enhanced/app.js index 485ba7917..451e70dfc 100644 --- a/apps/cliclockJS2Enhanced/app.js +++ b/apps/cliclockJS2Enhanced/app.js @@ -58,7 +58,7 @@ function writeLine(str,line){ var y = marginTop+line*fontheightTime; g.setFont("6x8",fontsizeTime); g.setColor(textCol).setFontAlign(-1,-1); - g.clearRect(0,y,((str.length+1)*20),y+fontheight-1); + g.clearRect(0,y,((str.length+1)*40),y+fontheightTime-1); writeLineStart(line); g.drawString(str,25,y); } else {