diff options
-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 |