summaryrefslogtreecommitdiff
path: root/CardItem.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-26 10:35:42 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-26 10:35:42 +0800
commita14c8a60c347a1497f7c4cc22203925f20c261e3 (patch)
treea34e48c76e189b8d378a9f0e11e81d47c11747fb /CardItem.ui.qml
parentffe8aea2092fb6d39617e0b50ad7cbe1f739f0db (diff)
Refer to the right height
Diffstat (limited to 'CardItem.ui.qml')
-rw-r--r--CardItem.ui.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/CardItem.ui.qml b/CardItem.ui.qml
index dfe5345..aa0dca1 100644
--- a/CardItem.ui.qml
+++ b/CardItem.ui.qml
@@ -28,7 +28,7 @@ Rectangle {
Item {
id: badgeAndFavorite
- height: favorite.height
+ height: favorite.sourceSize.height
anchors {
top: parent.top
left: parent.left