From edae370ccf3dfe60d66de7f820044055ed53a886 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ 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(-) 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.3