mirror of
https://github.com/KDE/kasts.git
synced 2024-12-24 15:40:44 +01:00
Fix EntryListDelegate SwipeListItems
This commit is contained in:
parent
baf894c380
commit
d198a7da84
@ -31,7 +31,6 @@ Kirigami.SwipeListItem {
|
|||||||
contentItem: Kirigami.BasicListItem {
|
contentItem: Kirigami.BasicListItem {
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.left: parent.left
|
|
||||||
text: model.entry.title
|
text: model.entry.title
|
||||||
subtitle: model.entry.updated.toLocaleString(Qt.locale(), Locale.ShortFormat) + (model.entry.authors.length === 0 ? "" : " " + i18nc("by <author(s)>", "by") + " " + model.entry.authors[0].name)
|
subtitle: model.entry.updated.toLocaleString(Qt.locale(), Locale.ShortFormat) + (model.entry.authors.length === 0 ? "" : " " + i18nc("by <author(s)>", "by") + " " + model.entry.authors[0].name)
|
||||||
reserveSpaceForIcon: false
|
reserveSpaceForIcon: false
|
||||||
|
Loading…
Reference in New Issue
Block a user