summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HomeDefault.ui.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/HomeDefault.ui.qml b/HomeDefault.ui.qml
index 4c6bb47..534ba4c 100644
--- a/HomeDefault.ui.qml
+++ b/HomeDefault.ui.qml
@@ -262,7 +262,7 @@ Flickable {
}
cellWidth: 142
cellHeight: 46
- implicitHeight: Math.min(Math.ceil(cellWidth * count / width) * cellHeight, count * cellHeight)
+ implicitHeight: Math.min(Math.ceil(cellWidth * count / (width - cellWidth)) * cellHeight, count * cellHeight)
model: ["Web Design", "Development", "Graphic Design", "Marketing", "Finance"]
delegate: TabItem {}
}