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]

(cherry-picked from commit c5d6f69)
  • Loading branch information
Vultraz committed Oct 7, 2018
1 parent 746b1c9 commit 8137e9a
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 8137e9a

Please sign in to comment.