Godot Version
4.4.1
Question
I have toast control as image above.
(panel cont -> margin cont -> label)
ToastPanel’s anchors are custom and left&right are fixed(0.17 and 0.83).
When text’s length is long, unfortunately panel cont grows horizontally and passes screen width. There is no option in godot to prevent grow direction of horizontal axis. How can i prevent this and make godot force my anchor placements and make text go below instead of grow horizontally.