aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/SpinBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/SpinBox.qml')
-rw-r--r--src/imports/controls/SpinBox.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/controls/SpinBox.qml b/src/imports/controls/SpinBox.qml
index 6a157ba9..ff27d8ba 100644
--- a/src/imports/controls/SpinBox.qml
+++ b/src/imports/controls/SpinBox.qml
@@ -68,8 +68,8 @@ T.SpinBox {
font: control.font
color: control.enabled ? "#353637" : "#bdbebf"
-// selectionColor: control.Theme.selectionColor
-// selectedTextColor: control.Theme.selectedTextColor
+// selectionColor: TODO
+// selectedTextColor: TODO
horizontalAlignment: Qt.AlignHCenter
verticalAlignment: Qt.AlignVCenter