diff options
-rw-r--r-- | HomeDefault.ui.qml | 3 |
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 |