From c41e5480a62dd32d35be3a01d5824715f1a2a68d Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Mon, 18 Jun 2018 20:27:23 +1100 Subject: [PATCH] GUI2/Chatbox: limit input to 256 characters (fixes #3267) [ci skip] --- data/gui/widget/chatbox.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/data/gui/widget/chatbox.cfg b/data/gui/widget/chatbox.cfg index 1067ed48ce56..1f6bbc5518c0 100644 --- a/data/gui/widget/chatbox.cfg +++ b/data/gui/widget/chatbox.cfg @@ -149,6 +149,7 @@ [text_box] id = "chat_input" definition = "default" + max_input_length = 256 [/text_box] [/column]