fix: ProfilePopup by changing image fit

This commit is contained in:
Jonathan Rainville 2020-06-25 12:49:39 -04:00 committed by Iuri Matias
parent 649d0a2149
commit d775abb9ab
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ ModalPopup {
visible: showQR
Image {
asynchronous: true
fillMode: QtQuick.Image.PreserveAspectFit
fillMode: Image.PreserveAspectFit
source: profileModel.qrCode(fromAuthor)
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter