[#3119] Fixiing profile picture not correct in add new chat popup

Closes #3119
This commit is contained in:
Alexandra Betouni 2021-07-30 17:00:25 +03:00 committed by Iuri Matias
parent 9204e409f3
commit b5aa8d876e
1 changed files with 2 additions and 2 deletions

View File

@ -51,14 +51,14 @@ ModalPopup {
} }
contentItem: Item { contentItem: Item {
anchors.fill: parent anchors.fill: parent
SVGImage { RoundedImage {
id: dollarEmoji id: dollarEmoji
width: 32 width: 32
height: 32 height: 32
anchors.left: parent.left anchors.left: parent.left
anchors.leftMargin: 2 anchors.leftMargin: 2
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
source: Qt.resolvedUrl("../../../../imports/twemoji/svg/1f911.svg") source: appMain.getProfileImage(profileModel.profile.pubKey)
} }
StyledText { StyledText {