aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/SpinBox.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-29 09:53:22 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2016-01-29 15:10:31 +0000
commit283457b64dcd178ca5aa8f15d845a47455b709c1 (patch)
tree1abc61eae27770359ee315b579590f5f662965d4 /src/imports/controls/SpinBox.qml
parent135b5cdecaeaecb1f3afe01103eac5970399efa7 (diff)
Default SpinBox: sync colors with TextField and TextArea
Change-Id: Ibbc6dda27172425250e0543817b4ab5b303bded5 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
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 947ec74a..77f89206 100644
--- a/src/imports/controls/SpinBox.qml
+++ b/src/imports/controls/SpinBox.qml
@@ -69,8 +69,8 @@ T.SpinBox {
font: control.font
color: "#353637"
-// selectionColor: TODO
-// selectedTextColor: TODO
+ selectionColor: "#fddd5c"
+ selectedTextColor: color
horizontalAlignment: Qt.AlignHCenter
verticalAlignment: Qt.AlignVCenter