[Profile] Aligned display name max length with mobile

Closes #13456
This commit is contained in:
Alexandra Betouni 2024-02-08 15:59:44 +02:00
parent a714e8b2d1
commit 588ad6d70b
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ QtObject {
}
readonly property QtObject keypair: QtObject {
readonly property int nameLengthMax: 20
readonly property int nameLengthMax: 24
readonly property int nameLengthMin: 5
readonly property QtObject type: QtObject {