fix(CreateNewChat): Increased name tag limit to 20

Closes #5643
This commit is contained in:
Alexandra Betouni 2022-05-06 17:06:27 +03:00 committed by Iuri Matias
parent 63c8e972c0
commit 8eddc40920
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ Page {
Layout.alignment: Qt.AlignVCenter | Qt.AlignLeft Layout.alignment: Qt.AlignVCenter | Qt.AlignLeft
Layout.leftMargin: 17 Layout.leftMargin: 17
maxHeight: root.height maxHeight: root.height
nameCountLimit: 20
listLabel: qsTr("Contacts") listLabel: qsTr("Contacts")
toLabelText: qsTr("To: ") toLabelText: qsTr("To: ")
warningText: qsTr("USER LIMIT REACHED") warningText: qsTr("USER LIMIT REACHED")