Fix EntryListDelegate SwipeListItems

This commit is contained in:
Tobias Fella 2020-07-30 00:13:33 +02:00
parent baf894c380
commit d198a7da84

View File

@ -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