UI Transparency gradient acting weirdly

I have a thin frame (about 3 pixels wide) and a UIGradient inside it which makes the transparency high towards either end.

The problem is this transparency changes depending on the window size (more specifically probably the frame width)

I assume this is a bug but is there any way to fix this? (Apart from widening the frame)

Smaller window size:
Notice the left side is not affected
image

Larger window size:
The transparency is as expected

2 Likes

I had a go making a frame like this and had no issues with it.
image
image

Anything changing the Offset of the UIGradient?
As a work-around you could upload an image of the gradient instead.

1 Like

No

After looking at this again it seems whether it works or not with the window size is random rather than only working on larger sizes

Seems like the only current solution which is pretty annoying but thanks for the reply

1 Like