From d775abb9ab170d7ce5182b25a5c5b5f8ef52cf37 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Thu, 25 Jun 2020 12:49:39 -0400 Subject: [PATCH] fix: ProfilePopup by changing image fit --- ui/app/AppLayouts/Chat/components/ProfilePopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/components/ProfilePopup.qml b/ui/app/AppLayouts/Chat/components/ProfilePopup.qml index f386027fea..546ca990cd 100644 --- a/ui/app/AppLayouts/Chat/components/ProfilePopup.qml +++ b/ui/app/AppLayouts/Chat/components/ProfilePopup.qml @@ -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