From 0847726da34c159d7cf884c9d3228dcb9cf4aa52 Mon Sep 17 00:00:00 2001 From: Frederick Meisel Date: Thu, 22 Feb 2024 23:15:37 +0100 Subject: [PATCH] Hurensohn commit --- PowerManager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerManager.lua b/PowerManager.lua index 1dd5dd1..c54d04e 100644 --- a/PowerManager.lua +++ b/PowerManager.lua @@ -130,7 +130,7 @@ function drawDesktop() for i = numberOfPanels - 1, 0, -1 do - drawPanel(panelWidth*i+1, titleHeight + 1, newH - titleHeight, 0xffffff) + drawPanel(panelWidth*i+1, titleHeight + 1, panelWidth, newH - titleHeight, 0xffffff) if i == 0 then for address, name in pairs(cellsID) do local cell = component.proxy( address )