mirror of
https://github.com/KDE/kasts.git
synced 2024-12-23 23:10:53 +01:00
Fix EntryListDelegate SwipeListItems
This commit is contained in:
parent
baf894c380
commit
d198a7da84
@ -31,7 +31,6 @@ Kirigami.SwipeListItem {
|
||||
contentItem: Kirigami.BasicListItem {
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.left: parent.left
|
||||
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)
|
||||
reserveSpaceForIcon: false
|
||||
|
Loading…
Reference in New Issue
Block a user