Wrap entry title

Reviewed by: tfella
This commit is contained in:
Nicolas Fella 2020-04-28 22:18:01 +02:00 committed by Tobias Fella
parent 804cf33fc2
commit 4afab2956d
1 changed files with 2 additions and 2 deletions

View File

@ -87,12 +87,12 @@ Kirigami.ScrollablePage {
delegate: Kirigami.SwipeListItem {
Controls.Label {
width: parent.width
text: model.title + " - " + model.updated.toLocaleString(Qt.locale(), Locale.ShortFormat)
textFormat: Text.RichText
color: model.read ? Kirigami.Theme.disabledTextColor : Kirigami.Theme.textColor
wrapMode: Text.Wrap
}
actions: [
Kirigami.Action {
icon.name: model.bookmark ? "bookmark-remove" : "bookmark-new"