summaryrefslogtreecommitdiff
path: root/widgets/CustomSpinBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/CustomSpinBox.qml')
-rw-r--r--widgets/CustomSpinBox.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/CustomSpinBox.qml b/widgets/CustomSpinBox.qml
index 5021bd5..7bd4d2b 100644
--- a/widgets/CustomSpinBox.qml
+++ b/widgets/CustomSpinBox.qml
@@ -9,8 +9,8 @@ RowLayout {
id: root
property int value
- property real max: NaN
- property real min: NaN
+ property real max: Infinity
+ property real min: -Infinity
property alias repeatRate: timer.interval
signal valueModified(value: int)