From fabfc8193acac84883dda0874abd777e888b112e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sun, 27 Jun 2021 18:00:14 +0800 Subject: Fix image mask reference ID --- components/ProductCardForm.ui.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components') diff --git a/components/ProductCardForm.ui.qml b/components/ProductCardForm.ui.qml index d1e0fb3..d7cc671 100644 --- a/components/ProductCardForm.ui.qml +++ b/components/ProductCardForm.ui.qml @@ -129,8 +129,8 @@ Item { layer.effect: OpacityMask { maskSource: Rectangle { anchors.centerIn: parent - width: image.width - height: image.height + width: imageCardPreview.width + height: imageCardPreview.height radius: 8 } } -- cgit v1.2.3