[plasmacomponents3/spinbox] Fix selected text color
There's no such color as theme.selectedTextColor.
This commit is contained in:
parent
353bb1578b
commit
32eef18f50
@ -37,7 +37,7 @@ T.SpinBox {
|
|||||||
font: control.font
|
font: control.font
|
||||||
color: theme.viewTextColor
|
color: theme.viewTextColor
|
||||||
selectionColor: theme.highlightColor
|
selectionColor: theme.highlightColor
|
||||||
selectedTextColor: theme.selectedTextColor
|
selectedTextColor: theme.highlightedTextColor
|
||||||
horizontalAlignment: Qt.AlignHCenter
|
horizontalAlignment: Qt.AlignHCenter
|
||||||
verticalAlignment: Qt.AlignVCenter
|
verticalAlignment: Qt.AlignVCenter
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user