From 2adc8ee9afa3f41c36be24a00fbee1747938307e Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Mon, 26 Sep 2022 18:18:45 +0800 Subject: Add card footer --- Card.ui.qml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Card.ui.qml b/Card.ui.qml index f5ddb90..fcaf9d3 100644 --- a/Card.ui.qml +++ b/Card.ui.qml @@ -35,7 +35,7 @@ Item { width: parent.width anchors { top: image.bottom - bottom: parent.bottom + bottom: footer.top } Item { @@ -112,6 +112,13 @@ Item { } } } + + Item { + id: footer + width: parent.width + height: image.sourceSize.height / 4 + anchors.bottom: parent.bottom + } } DropShadow { -- cgit v1.3