Elide the Hidden delegate text

(cherry picked from commit 012d30ee9f)
This commit is contained in:
James Graham
2024-04-21 13:33:00 +02:00
committed by Tobias Fella
parent eba34b19ad
commit 6ec9cc2475

View File

@@ -54,9 +54,11 @@ TimelineDelegate {
color: root.author.color
}
QQC2.Label {
Layout.fillWidth: true
text: root.author.displayName + " : " + root.eventId
color: Kirigami.Theme.disabledTextColor
verticalAlignment: Text.AlignVCenter
elide: Text.ElideRight
}
Kirigami.Icon {
implicitWidth: Kirigami.Units.iconSizes.small