fix: ProfilePopup by changing image fit
This commit is contained in:
parent
649d0a2149
commit
d775abb9ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue