mirror of https://github.com/KDE/kasts.git
More qml/kiragami changes and fixes
This commit is contained in:
parent
8c06247e16
commit
fbb7cda6f1
|
@ -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: {
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue