summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-27 18:00:14 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-27 18:00:14 +0800
commitfabfc8193acac84883dda0874abd777e888b112e (patch)
tree76de16ea4767cb1395a788dc1114ea5563005bbc
parent6e3ecee174edffa9e169e8dc70e68178c2ecbeb6 (diff)
Fix image mask reference ID
-rw-r--r--components/ProductCardForm.ui.qml4
1 files changed, 2 insertions, 2 deletions
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
}
}