diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-26 10:35:42 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-26 10:35:42 +0800 |
commit | a14c8a60c347a1497f7c4cc22203925f20c261e3 (patch) | |
tree | a34e48c76e189b8d378a9f0e11e81d47c11747fb /CardItem.ui.qml | |
parent | ffe8aea2092fb6d39617e0b50ad7cbe1f739f0db (diff) |
Refer to the right height
Diffstat (limited to 'CardItem.ui.qml')
-rw-r--r-- | CardItem.ui.qml | 2 |
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 |