X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_UIFramework.pde;h=f4a0a40796fe4a3a42e5360985eb032ab76ca282;hb=a41f334c045811daef7e319214da557b5e48143a;hp=ec590fef863e733c3b1fe335241d8ce43e60b544;hpb=ba190564c9813abcffa6a6225796e720398a182f;p=SugarCubes.git diff --git a/_UIFramework.pde b/_UIFramework.pde index ec590fe..f4a0a40 100644 --- a/_UIFramework.pde +++ b/_UIFramework.pde @@ -718,7 +718,7 @@ public class UIScrollList extends UIObject { } if (hasScroll) { pg.noStroke(); - pg.fill(color(0, 0, 100, 15)); + pg.fill(0x26ffffff); pg.rect(w-12, 0, 12, h); pg.fill(#333333); pg.rect(w-12, scrollYStart, 12, scrollYHeight);