Design fixes

master
David Peer 2023-01-08 17:14:47 +01:00
parent b7cce10e0e
commit 031278bd88
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ let drawTime = function() {
// Clear region and draw time // Clear region and draw time
g.setColor(g.theme.fg); g.setColor(g.theme.fg);
g.fillRect(0,y1,W,y+22 + (hideClkInfo ? 1 : 0)); g.fillRect(0,y1,W,y+20 + (hideClkInfo ? 1 : 0) + (isFullscreen() ? 3 : 0));
g.setColor(g.theme.bg); g.setColor(g.theme.bg);
g.setFontAlign(0,0); g.setFontAlign(0,0);