summaryrefslogtreecommitdiff
path: root/components/controls/SpinBoxRow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/controls/SpinBoxRow.qml')
-rw-r--r--components/controls/SpinBoxRow.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/controls/SpinBoxRow.qml b/components/controls/SpinBoxRow.qml
index 4902627..fe6a198 100644
--- a/components/controls/SpinBoxRow.qml
+++ b/components/controls/SpinBoxRow.qml
@@ -14,7 +14,7 @@ StyledRect {
required property real min
required property real max
property real step: 1
- property var onValueModified: function(value) {}
+ property var onValueModified: function (value) {}
Layout.fillWidth: true
implicitHeight: row.implicitHeight + Appearance.padding.large * 2
@@ -50,4 +50,3 @@ StyledRect {
}
}
}
-