parent
ab66de2606
commit
fcd728ed94
|
@ -54,7 +54,7 @@ Rectangle {
|
||||||
id: usernameText
|
id: usernameText
|
||||||
text: name
|
text: name
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
anchors.right: parent.right
|
anchors.right: assetCheck.visible ? assetCheck.left : parent.right
|
||||||
anchors.rightMargin: Style.current.padding
|
anchors.rightMargin: Style.current.padding
|
||||||
font.pixelSize: 17
|
font.pixelSize: 17
|
||||||
anchors.top: accountImage.top
|
anchors.top: accountImage.top
|
||||||
|
|
Loading…
Reference in New Issue