More qml/kiragami changes and fixes

This commit is contained in:
Bart De Vries 2023-05-10 16:09:09 +02:00
parent 8c06247e16
commit fbb7cda6f1
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ Addons.SearchPopupField {
delegate: Component {
Kirigami.BasicListItem {
separatorVisible: true
icon: model.entry.cachedImage
icon.source: model.entry.cachedImage
label: model.entry.title
subtitle: model.entry.feed.name
onClicked: {

View File

@ -246,7 +246,7 @@ Kirigami.ScrollablePage {
Layout.fillWidth: true
label: model.name
subtitle: model.subtitle
icon: model.icon
icon.name: model.icon
//highlighted: false
iconSize: Kirigami.Units.gridUnit * 3
Keys.onReturnPressed: clicked()