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 {
|
||||
Layout.fillWidth: true
|
||||
text: model.name
|
||||
color: listItem.pressed ? listItem.activeTextColor : listItem.textColor
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
|
||||
Label {
|
||||
Layout.fillWidth: true
|
||||
text: model.description
|
||||
color: listItem.pressed ? listItem.activeTextColor : listItem.textColor
|
||||
elide: Text.ElideRight
|
||||
font: Kirigami.Theme.smallFont
|
||||
opacity: 0.7
|
||||
|
|
Loading…
Reference in a new issue