I am trying to get my “Background Blur” layer in a widget to have rounded corners.
I would like to achieve this by drawing it as a “Rounded Box” and setting the “Rounding Type” to “Half Heigth Radius”.
This way it will always have the perfect radius, even when the UI part scales.
But I cant find the option to do so.
I can however, manually set the corner radius, which does seem to work.
So how can I set the corner radius of a “Background Blur” element to automatically adjust?