summaryrefslogtreecommitdiff
path: root/modules/lock/Fetch.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lock/Fetch.qml')
-rw-r--r--modules/lock/Fetch.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lock/Fetch.qml b/modules/lock/Fetch.qml
index 815807b..d33ebf1 100644
--- a/modules/lock/Fetch.qml
+++ b/modules/lock/Fetch.qml
@@ -130,7 +130,7 @@ ColumnLayout {
spacing: Appearance.spacing.large
Repeater {
- model: Math.min(8, root.width / (Appearance.font.size.larger * 2 + Appearance.spacing.large))
+ model: Math.max(0, Math.min(8, root.width / (Appearance.font.size.larger * 2 + Appearance.spacing.large)))
StyledRect {
required property int index