fix(InviteFriends): Fix width for names

Closes: #5528
This commit is contained in:
Boris Melnik 2022-04-13 11:06:23 +03:00 committed by Iuri Matias
parent ab66de2606
commit fcd728ed94
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Rectangle {
id: usernameText
text: name
elide: Text.ElideRight
anchors.right: parent.right
anchors.right: assetCheck.visible ? assetCheck.left : parent.right
anchors.rightMargin: Style.current.padding
font.pixelSize: 17
anchors.top: accountImage.top