2021-10-07 03:58 AM
Hi all,
I was just wondering if it is possible to have text that wraps on a ui_button?
Many thanks
2021-11-08
12:51 AM
- last edited on
2021-11-12
11:31 AM
by
Laszlo Nagy
Hi,
the possible code for a ui_button is
UI_BUTTON type, text, x, y [, width, height, id [, url]]
where the text part appears on the button. Just make sure you choose the right width for the button in order to have the text actually wrap on it.
I hope, this is the answer you have been looking for!