How to fix size of editor utility widget?

Hi, I’m working on Editor Utility Widgets, it’s really annoying that if widget shows up, it doesn’t have fixed size. Is there a way to fix the size of widget? Or set maximum/ minimum size… :frowning:

1 Like

I need the same feature. Did you find a solution?

I’m looking for a solution to this as well if anyone has found one.

Also looking for a solution

I had this problem and still technically do.
But looking at how other editors work when scaling I tried to replicate that. I ended up using a bunch of parent border boxes with fixed anchors at a corresponding corner of my widget. This way scaling up and down the window somewhat keeps the proportions and interactive elements on screen. Check how the MRQ works at scaling the window. I hope I get the question right. If it’s something else, the excuse me for the confusion. Cheers,

1 Like

I’m surprised there is no official solution yet. Well, I hope I can somehow bump this post. I too am facing this issue.