powermanager - Fix clearing area for widget

master
Martin Boonk 2023-02-20 20:07:55 +01:00
parent b8792ade17
commit bef8013342
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ currently-running apps */
function draw() {
g.reset();
g.clearRect(this.x, this.y, this.x + 24, this.y + 24);
g.clearRect(this.x, this.y, this.x + 23, this.y + 23);
let current = APPROX_IDLE;
let mostExpensive = "P";