Set the correct palette colors for selections in quotes
This bothered me a for a while, but I finally remembered to change it now.
This commit is contained in:
@@ -54,6 +54,8 @@ QQC2.Control {
|
|||||||
textFormat: TextEdit.RichText
|
textFormat: TextEdit.RichText
|
||||||
wrapMode: TextEdit.Wrap
|
wrapMode: TextEdit.Wrap
|
||||||
color: Kirigami.Theme.textColor
|
color: Kirigami.Theme.textColor
|
||||||
|
selectedTextColor: Kirigami.Theme.highlightedTextColor
|
||||||
|
selectionColor: Kirigami.Theme.highlightColor
|
||||||
|
|
||||||
font.italic: true
|
font.italic: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user