diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-01-12 13:29:10 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-01-12 13:29:10 +0800 |
commit | 311da2ac063004343b94e75e8b38a867342461d0 (patch) | |
tree | 09ccd4bddb185c95e5bc6016d39a975f2a7c457b | |
parent | 4dfec1f73d41272e0c43febc3df61fe1093d8d8d (diff) |
Got complain about loop
-rw-r--r-- | GridCardItem.ui.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GridCardItem.ui.qml b/GridCardItem.ui.qml index c41477f..0eb4a24 100644 --- a/GridCardItem.ui.qml +++ b/GridCardItem.ui.qml @@ -113,7 +113,6 @@ Item { id: favorite source: "Font-Awesome/svgs/solid/heart.svg" sourceSize { - width: height height: parent.height / 1.5 } anchors { |