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 { delegate: Component {
Kirigami.BasicListItem { Kirigami.BasicListItem {
separatorVisible: true separatorVisible: true
icon: model.entry.cachedImage icon.source: model.entry.cachedImage
label: model.entry.title label: model.entry.title
subtitle: model.entry.feed.name subtitle: model.entry.feed.name
onClicked: { onClicked: {

View File

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