mirror of https://github.com/KDE/kasts.git
parent
804cf33fc2
commit
4afab2956d
|
@ -87,10 +87,10 @@ 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: [
|
||||
|
|
Loading…
Reference in New Issue