set maximum chars to 235
This commit is contained in:
@@ -211,7 +211,7 @@ public:
|
||||
void updateDisplayChat();
|
||||
|
||||
private:
|
||||
int maxlenchat = 512;
|
||||
int maxlenchat = 235;
|
||||
QLabel* lenDisplayLabelchat = nullptr;
|
||||
QPushButton* sendChatButton = nullptr;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user