summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HomeDefault.ui.qml3
1 files changed, 2 insertions, 1 deletions
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