Lua UI: Enable autoSize for single line text edit

This commit is contained in:
uramer 2022-06-11 22:24:20 +02:00
parent f8a6001e87
commit 6d2dcaea50
4 changed files with 9 additions and 6 deletions

View file

@ -38,7 +38,7 @@ Properties
* - autoSize
- boolean (false)
- | Automatically changes widget height to fix all the text.
| Only applies for readOnly = true.
| Only applies when readOnly = true or multiline = false.
Events
------