fix: fix profile popup header

This commit is contained in:
Jonathan Rainville 2020-10-26 11:55:29 -04:00
parent a4b084ad79
commit e6ae202510
1 changed files with 1 additions and 2 deletions

View File

@ -56,7 +56,6 @@ ModalPopup {
border.width: 1
color: Style.current.transparent
anchors.top: parent.top
anchors.topMargin: Style.current.padding
SVGImage {
width: parent.width
height: parent.height
@ -69,7 +68,7 @@ ModalPopup {
id: profileName
text: Utils.removeStatusEns(userName)
anchors.top: parent.top
anchors.topMargin: 18
anchors.topMargin: 2
anchors.left: profilePic.right
anchors.leftMargin: Style.current.smallPadding
font.bold: true