Alow AutoWrap Text for Buton's text #6200
IllustriousKnives
started this conversation in
GUI
Replies: 1 comment
-
If you autowrap text in a button, you will most likely end up with the same problem on the other axis. The button becomes taller, and your UI will likely be messed up as a result. If you really want to achieve it, you can use a Label node placed within a Button, but this isn't recommended as you'll have to style the Label manually (for hover/pressed/disabled effects). In most situations, text ellipsis is a better solution to this problem. It's supported in 4.0 as a property in the Button and Label nodes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's a annoying problem:
So, an AutoWrap Text option for Butons should solves this problem by reducing the Text Size to keep inside the UI .
Thanks
Beta Was this translation helpful? Give feedback.
All reactions