From a14c8a60c347a1497f7c4cc22203925f20c261e3 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: Mon, 26 Sep 2022 10:35:42 +0800 Subject: Refer to the right height --- CardItem.ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CardItem.ui.qml') 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 -- cgit v1.2.3