From e0c44b6f8f352ccfe2456e4f7d08b196af23d404 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: Sun, 26 Mar 2023 20:42:58 +0800 Subject: Fix card footer anchors --- Home/Default/Card.ui.qml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Home') diff --git a/Home/Default/Card.ui.qml b/Home/Default/Card.ui.qml index 342bec0..c4b64bc 100644 --- a/Home/Default/Card.ui.qml +++ b/Home/Default/Card.ui.qml @@ -170,9 +170,8 @@ Item { id: duration text: "15h 30m" anchors { - top: parent.top left: parent.left - bottom: parent.bottom + verticalCenter: parent.verticalCenter } font { family: Eduport.fwLightFont @@ -187,9 +186,8 @@ Item { id: lectures text: "68 lectures" anchors { - top: parent.top right: parent.right - bottom: parent.bottom + verticalCenter: parent.verticalCenter } font { family: Eduport.fwLightFont -- cgit v1.2.3