From edae370ccf3dfe60d66de7f820044055ed53a886 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: Sat, 18 Mar 2023 19:34:00 +0800 Subject: Generalise popular courses cell height --- HomeDefault.ui.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'HomeDefault.ui.qml') diff --git a/HomeDefault.ui.qml b/HomeDefault.ui.qml index 5bf30e1..a126c10 100644 --- a/HomeDefault.ui.qml +++ b/HomeDefault.ui.qml @@ -365,7 +365,8 @@ Flickable { : width < 768 ? width / 2 : width < 992 ? width / 3 : width / 4 - cellHeight: cellWidth * 1.6 + cellHeight: cellWidth + * 400 / 533 + 273.35 model: content delegate: CardGrid { width: tabPane.cellWidth -- cgit v1.2.3