diff --git a/apps/powermanager/widget.js b/apps/powermanager/widget.js index cec710b59..a60c79941 100644 --- a/apps/powermanager/widget.js +++ b/apps/powermanager/widget.js @@ -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";