increase bar-wide gradient glow intensity

This commit is contained in:
Damocles 2026-04-12 21:06:41 +02:00
parent 4c90b4a9a2
commit 3ae679a621

View file

@ -68,7 +68,7 @@ PanelWindow {
hGrad.addColorStop(1, M.Theme.base09.toString());
// Draw vertical fade strip
ctx.globalAlpha = 0.12;
ctx.globalAlpha = 0.25;
ctx.fillStyle = hGrad;
ctx.fillRect(0, lw, w, glowH);