Say I want to make a bar that runs along the top of the screen. I anchor the left and right sides to UIRoot, and it stretches across. Now, if I anchor the top to UIRoot, it disables the vertical dimension input, effectively locking the widget at whatever height it had before setting the top anchor.
This can be worked with by setting the bottom anchor to the target's top, then setting the desired height + any offset on the Top Anchor, but I'm guessing this isnt "as intended"?
I expected the dimension input to stay available with 0 or 1 anchors, disabled if I set anchors for both top/bottom. (the same issue for left/right)