I’ve tried using image as border and border as image, but the result is a bit… error prone.
What is the proper way to do it? I want the frame to be above the image, is that possible?
The image is currently over the border, as usual.
I’ve tried using image as border and border as image, but the result is a bit… error prone.
What is the proper way to do it? I want the frame to be above the image, is that possible?
The image is currently over the border, as usual.
in the hierarchy panel, drag the border below (if not below, then above)
basically, the order things are in the hierarchy determines draw order.
You mean like siblings?
Hey @Hukgrip! What BIGTIMEMASTER Is saying is the image needs to be the child-sibling of the border in the widget hierarchy (or the parent-sibling… they’ve got me questioning positions now lol)
So like
container
Image
Border
And if that’s incorrect switch image and border.
Thanks guys, I’ve put both elements inside an overlay and it worked perfectly.