Fix text color in Plugin Settings
Remove references to nonexistent "listItem" for getting color
This commit is contained in:
parent
148426ab48
commit
036704e161
1 changed files with 0 additions and 2 deletions
|
@ -41,14 +41,12 @@ Kirigami.ScrollablePage
|
||||||
Label {
|
Label {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: model.name
|
text: model.name
|
||||||
color: listItem.pressed ? listItem.activeTextColor : listItem.textColor
|
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: model.description
|
text: model.description
|
||||||
color: listItem.pressed ? listItem.activeTextColor : listItem.textColor
|
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
font: Kirigami.Theme.smallFont
|
font: Kirigami.Theme.smallFont
|
||||||
opacity: 0.7
|
opacity: 0.7
|
||||||
|
|
Loading…
Reference in a new issue