From 8eddc40920ddf6379bdc5198a83024115b6a76d3 Mon Sep 17 00:00:00 2001 From: Alexandra Betouni Date: Fri, 6 May 2022 17:06:27 +0300 Subject: [PATCH] fix(CreateNewChat): Increased name tag limit to 20 Closes #5643 --- ui/app/AppLayouts/Chat/views/CreateChatView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Chat/views/CreateChatView.qml b/ui/app/AppLayouts/Chat/views/CreateChatView.qml index abd9806684..069f1d4c0e 100644 --- a/ui/app/AppLayouts/Chat/views/CreateChatView.qml +++ b/ui/app/AppLayouts/Chat/views/CreateChatView.qml @@ -103,6 +103,7 @@ Page { Layout.alignment: Qt.AlignVCenter | Qt.AlignLeft Layout.leftMargin: 17 maxHeight: root.height + nameCountLimit: 20 listLabel: qsTr("Contacts") toLabelText: qsTr("To: ") warningText: qsTr("USER LIMIT REACHED")