summaryrefslogtreecommitdiff
path: root/HomeDefault.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'HomeDefault.ui.qml')
-rw-r--r--HomeDefault.ui.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/HomeDefault.ui.qml b/HomeDefault.ui.qml
index be11a37..25c8457 100644
--- a/HomeDefault.ui.qml
+++ b/HomeDefault.ui.qml
@@ -363,16 +363,6 @@ Flickable {
: width < 992 ? width / 3
: width / 4
cellHeight: cellWidth * 1.3
- height: width < 576
- ? cellHeight * count
- : width < 768
- ? cellHeight
- * (count + count % 2) / 2
- : width < 992
- ? cellHeight
- * (count + (count + 1) % 3) / 3
- : cellHeight
- * (count + (count + 2) % 4) / 4
model: content
delegate: CardGrid {
width: tabPane.cellWidth