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 {
|
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: {
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue