Skip to content

Commit

Permalink
GUI2/Chatbox: limit input to 256 characters (fixes #3267)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Vultraz committed Jun 18, 2018
1 parent 6e81ae3 commit c41e548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/gui/widget/chatbox.cfg
Expand Up @@ -149,6 +149,7 @@
[text_box]
id = "chat_input"
definition = "default"
max_input_length = 256
[/text_box]
[/column]

Expand Down

0 comments on commit c41e548

Please sign in to comment.