Hurensohn commit 2

This commit is contained in:
2024-02-22 23:24:49 +01:00
parent b9dff29b54
commit d11721ee2e

View File

@@ -140,7 +140,7 @@ function drawDesktop()
end
elseif i == 1 then
local totalPower, totalMaxPower = getTotal()
powerBar( "Gesamt", titleHeight + 1, panelWidth - 6, totalPower, totalMaxPower, 0x00bb00, true, "RF", panelWidth*i+2)
powerBar( "Gesamt", titleHeight + 2, panelWidth - 6, totalPower, totalMaxPower, 0x00bb00, true, "RF", panelWidth*i+2)
end
end