[#3119] Fixiing profile picture not correct in add new chat popup
Closes #3119
This commit is contained in:
parent
9204e409f3
commit
b5aa8d876e
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue