summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-03 09:31:56 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-03 09:31:56 +0800
commitd70d0d4feadeb113d7ef380581c2d031c24185ed (patch)
treec7d1817f5fbc7403fa85fc6cc641cf7ea32cdd66
parentd619302026e10cc2117c96f1003ef70e9b1f378a (diff)
Setting the content grid height is not necessary
Setting the stack layout height is enough
-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