We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae444cd commit 7d56b7dCopy full SHA for 7d56b7d
apps/modclock/app.js
@@ -149,7 +149,7 @@ let draw = function() {
149
var meridianStrWidth=g.stringWidth(meridian);
150
var totalStrWidth=meridianStrWidth+padding+clkStrWidth;
151
var startX = ((g.getWidth() - totalStrWidth) / 2)+6;
152
- g.clearRect(startX,50,startX+totalStrWidth,80);
+ g.clearRect(0,0,g.getWidth(),90);
153
g.setFontBold();
154
g.setFontAlign(-1,1);
155
g.drawString(clock, startX, Y+2,true);
0 commit comments