Godot Version
v4.3
Reference
Question
When new lines are added to the Label node, the Window stretches according to my understanding of what the property should do. But when lines are removed, the Window does not shrink to accommodate the new height.
Is this expected behavior?
Additional info
- Setting Window.min_size makes no difference.
- Shrinking the Window height by hand, setting Window.size.y to 0 doesn’t happen immediately: