set maximum chars to 235

This commit is contained in:
DenioD
2020-06-02 21:26:34 +02:00
parent e2caf2b3e8
commit 98431babb3
4 changed files with 7 additions and 7 deletions

View File

@@ -211,7 +211,7 @@ public:
void updateDisplayChat();
private:
int maxlenchat = 512;
int maxlenchat = 235;
QLabel* lenDisplayLabelchat = nullptr;
QPushButton* sendChatButton = nullptr;
};