This commit is contained in:
2026-05-03 09:50:59 +02:00
parent 3b95abfa4c
commit fe85ff1006
38 changed files with 205 additions and 145 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ ColumnLayout {
NSlider {
Layout.fillWidth: true
from: 0
to: 200
to: 1000
stepSize: 10
value: root.valueMaxResults
onMoved: root.valueMaxResults = Math.round(value)