diff --git a/ui/StatusQ/src/StatusQ/Components/StatusRoundedImage.qml b/ui/StatusQ/src/StatusQ/Components/StatusRoundedImage.qml index b6055b9928..810665eb27 100644 --- a/ui/StatusQ/src/StatusQ/Components/StatusRoundedImage.qml +++ b/ui/StatusQ/src/StatusQ/Components/StatusRoundedImage.qml @@ -26,9 +26,12 @@ Rectangle { Image { id: image - sourceSize.width: parent.implicitWidth - sourceSize.height: parent.implicitHeight + width: statusRoundImage.width + height: statusRoundImage.height + sourceSize.width: parent.width * 2 + sourceSize.height: parent.height * 2 fillMode: Image.PreserveAspectFit + anchors.centerIn: parent cache: true }