fix: fix profile popup header
This commit is contained in:
parent
a4b084ad79
commit
e6ae202510
|
@ -56,7 +56,6 @@ ModalPopup {
|
||||||
border.width: 1
|
border.width: 1
|
||||||
color: Style.current.transparent
|
color: Style.current.transparent
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: Style.current.padding
|
|
||||||
SVGImage {
|
SVGImage {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
|
@ -69,7 +68,7 @@ ModalPopup {
|
||||||
id: profileName
|
id: profileName
|
||||||
text: Utils.removeStatusEns(userName)
|
text: Utils.removeStatusEns(userName)
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: 18
|
anchors.topMargin: 2
|
||||||
anchors.left: profilePic.right
|
anchors.left: profilePic.right
|
||||||
anchors.leftMargin: Style.current.smallPadding
|
anchors.leftMargin: Style.current.smallPadding
|
||||||
font.bold: true
|
font.bold: true
|
||||||
|
|
Loading…
Reference in New Issue