You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a workaround for an upstream bug:
godotengine/godot#100626
Connect the label size changed signal to a handler, that calls
reset_size() in the PanelContainer
Also, change the minimum size of the PanelContainer to the current size,
and shrink center both the MarginContainer and the Label nodes. The
offsets in the diff have changed automatically because of this.
Fixes#608
0 commit comments