Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smart autowrap text on label wraps each character into 1 column #76000

Open
RichardR01 opened this issue Apr 12, 2023 · 1 comment
Open

Smart autowrap text on label wraps each character into 1 column #76000

RichardR01 opened this issue Apr 12, 2023 · 1 comment

Comments

@RichardR01
Copy link

Godot version

4.02

System information

Windows 10

Issue description

If the label get's squished into a 0 size inside a HBoxContainer control, it squishes the text into 1 column when the autowrap is set to "Word (Smart)". I've seen this also in the documentation, in godot, in various places.

godot4_text_display_bug1

Steps to reproduce

Create a new Control based scene. Add a HBoxControl. Add a Label as child of HBoxControl. Type a few words into the Label text property. Set the Label's Autowrap mode to "Arbitrary" or "Word (Smart)".

Minimal reproduction project

TestProject.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants