Help with rounding one side only

For this update log window, I would like to have a darker header than the rest of the window but the window is rounded so the header glitches. I tried ClipDescendents but it only does it for the perimeter, and if I use UICorner it rounds both sides.

Window
image

Hierarchy
image

Thanks for reading I know its kinda long

I dont understand, do you want the top part to be sharp? If so, you could try placing the darker header as a “sibling” of “UpdateLog” and give it a separate UIStroke.

1 Like

I want the bottom to be sharp but the top to be rounded like I showed with the red lines.

oh, then you could simply apply the UI corner to the dark header as well, and duplicate it without the corner and make it smaller so that it covers the “round” bottom part

1 Like

I see what your saying, I’ll try that now. Thanks for the quick replys!!

1 Like


yw, just to make sure, it would look like this. Is that okay?

1 Like

Yup, thanks so much it worked!!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.