GUI2/Chatbox: limit input to 256 characters (fixes #3267)

[ci skip]

(cherry-picked from commit c5d6f695dd)
This commit is contained in:
Charles Dang 2018-06-18 20:27:23 +11:00
parent 746b1c9235
commit 8137e9a454

View file

@ -149,6 +149,7 @@
[text_box]
id = "chat_input"
definition = "default"
max_input_length = 256
[/text_box]
[/column]