From 17055280211669aba3ae8998f14ffd1ab063cf76 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: Wed, 16 Aug 2023 01:26:09 +0800 Subject: Fix home default card heights inside --- Home/Default/Card.ui.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Home') diff --git a/Home/Default/Card.ui.qml b/Home/Default/Card.ui.qml index 676540d..7e9af49 100644 --- a/Home/Default/Card.ui.qml +++ b/Home/Default/Card.ui.qml @@ -40,6 +40,7 @@ Item { radius: 8 color: Eduport.bsCardBg height: image.height + body.height + + footer.height * footer.visible anchors { top: parent.top topMargin: 25.6 @@ -80,9 +81,6 @@ Item { ColumnLayout { id: body - height: badgeAndFavorite.height - + title.height - + truncatedText.height anchors { top: image.bottom left: parent.left @@ -217,8 +215,10 @@ Item { Item { Layout.fillWidth: true + height: clock.height + table.height RowLayout { + id: clock anchors { left: parent.left verticalCenter: parent @@ -245,6 +245,7 @@ Item { } RowLayout { + id: table anchors { right: parent.right verticalCenter: parent -- cgit v1.2.3