Wrap entry title
Reviewed by: tfella
This commit is contained in:
parent
804cf33fc2
commit
4afab2956d
@ -87,12 +87,12 @@ Kirigami.ScrollablePage {
|
|||||||
|
|
||||||
delegate: Kirigami.SwipeListItem {
|
delegate: Kirigami.SwipeListItem {
|
||||||
Controls.Label {
|
Controls.Label {
|
||||||
width: parent.width
|
|
||||||
text: model.title + " - " + model.updated.toLocaleString(Qt.locale(), Locale.ShortFormat)
|
text: model.title + " - " + model.updated.toLocaleString(Qt.locale(), Locale.ShortFormat)
|
||||||
textFormat: Text.RichText
|
textFormat: Text.RichText
|
||||||
color: model.read ? Kirigami.Theme.disabledTextColor : Kirigami.Theme.textColor
|
color: model.read ? Kirigami.Theme.disabledTextColor : Kirigami.Theme.textColor
|
||||||
|
wrapMode: Text.Wrap
|
||||||
}
|
}
|
||||||
|
|
||||||
actions: [
|
actions: [
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
icon.name: model.bookmark ? "bookmark-remove" : "bookmark-new"
|
icon.name: model.bookmark ? "bookmark-remove" : "bookmark-new"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user