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

[ci skip]
This commit is contained in:
Charles Dang 2018-06-18 20:27:23 +11:00
parent 6e81ae330f
commit c41e5480a6

View file

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