summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-05 20:48:04 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-05 20:48:04 +0800
commit174c8b53052d655839ef931ad9641492cb1b2e16 (patch)
tree89a74514705eb9dba6a8b02cd1596bbed7849521
parent29d39bf4e8e8312b2e1ae0c4a4588399b5918d9b (diff)
Finally correct previous commits
-rw-r--r--HomeDefault.ui.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/HomeDefault.ui.qml b/HomeDefault.ui.qml
index 534ba4c..12abefa 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 - cellWidth)) * cellHeight, count * cellHeight)
+ implicitHeight: Math.ceil(count /Math.floor(count / (cellWidth * count / width))) * cellHeight
model: ["Web Design", "Development", "Graphic Design", "Marketing", "Finance"]
delegate: TabItem {}
}