We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I'd expect headers to wrap on word, like paragraphs do, but they don't.
To Reproduce This is enough to repro (from the tutorial):
addComponent(Components.textBox(27) .addHeader("Congratulations, you leveled up!") .addParagraph("Pick an improvement from the options below:"))
Expected behavior
.wrapWithBox()
Screenshots
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I'm going to take a stab at this.
Sorry, something went wrong.
Make header text wrap on word.
5908dd9
Closes Hexworks#367.
f5a9037
ed00854
I'm taking a look at your PR now!
5cef8bd
e820c40
nanodeath
Successfully merging a pull request may close this issue.
Describe the bug
I'd expect headers to wrap on word, like paragraphs do, but they don't.
To Reproduce
This is enough to repro (from the tutorial):
Expected behavior
.wrapWithBox()
call.Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: