Fixing coloration in dark theme of autocomplete categories.
This commit is contained in:
parent
016a21ecb4
commit
75e70903f1
1 changed files with 2 additions and 1 deletions
|
@ -84,11 +84,12 @@ ListView {
|
||||||
Text {
|
Text {
|
||||||
leftPadding: 5
|
leftPadding: 5
|
||||||
text: listFiltered.category
|
text: listFiltered.category
|
||||||
|
color: sysPalette.windowText
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
height: 1
|
height: 1
|
||||||
color: 'black'
|
color: 'gray'
|
||||||
width: parent.width
|
width: parent.width
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue