[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
|
||||
color: theme.viewTextColor
|
||||
selectionColor: theme.highlightColor
|
||||
selectedTextColor: theme.selectedTextColor
|
||||
selectedTextColor: theme.highlightedTextColor
|
||||
horizontalAlignment: Qt.AlignHCenter
|
||||
verticalAlignment: Qt.AlignVCenter
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user