From e6ae20251018952ec83d01684b3d771642f5cb54 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Mon, 26 Oct 2020 11:55:29 -0400 Subject: [PATCH] fix: fix profile popup header --- ui/app/AppLayouts/Chat/components/ProfilePopup.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/app/AppLayouts/Chat/components/ProfilePopup.qml b/ui/app/AppLayouts/Chat/components/ProfilePopup.qml index a574f633a3..ca5b2996b2 100644 --- a/ui/app/AppLayouts/Chat/components/ProfilePopup.qml +++ b/ui/app/AppLayouts/Chat/components/ProfilePopup.qml @@ -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