summaryrefslogtreecommitdiff
path: root/components/SpinBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/SpinBox.qml')
-rw-r--r--components/SpinBox.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/SpinBox.qml b/components/SpinBox.qml
index 662a515a..8c07f596 100644
--- a/components/SpinBox.qml
+++ b/components/SpinBox.qml
@@ -199,6 +199,8 @@ FocusScope {
width: loader.inputRect.width
height: loader.inputRect.height
selectByMouse: true
+ selectionColor: syspal.highlight
+ selectedTextColor: syspal.highlightedText
// validator: DoubleValidator { bottom: minimumValue; top: maximumValue; }
onAccepted: {setValue(input.text)}