increase bar-wide gradient glow intensity
This commit is contained in:
parent
4c90b4a9a2
commit
3ae679a621
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ PanelWindow {
|
||||||
hGrad.addColorStop(1, M.Theme.base09.toString());
|
hGrad.addColorStop(1, M.Theme.base09.toString());
|
||||||
|
|
||||||
// Draw vertical fade strip
|
// Draw vertical fade strip
|
||||||
ctx.globalAlpha = 0.12;
|
ctx.globalAlpha = 0.25;
|
||||||
ctx.fillStyle = hGrad;
|
ctx.fillStyle = hGrad;
|
||||||
ctx.fillRect(0, lw, w, glowH);
|
ctx.fillRect(0, lw, w, glowH);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue