From d198a7da849817d5a8d5a18ab51005e3f9c5f4b3 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Thu, 30 Jul 2020 00:13:33 +0200 Subject: [PATCH] Fix EntryListDelegate SwipeListItems --- src/qml/EntryListDelegate.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qml/EntryListDelegate.qml b/src/qml/EntryListDelegate.qml index 3d5e7f84..d595ad9a 100644 --- a/src/qml/EntryListDelegate.qml +++ b/src/qml/EntryListDelegate.qml @@ -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 ", "by") + " " + model.entry.authors[0].name) reserveSpaceForIcon: false