diff --git a/src/timeline/HiddenDelegate.qml b/src/timeline/HiddenDelegate.qml index d0836514e..6eebca8c8 100644 --- a/src/timeline/HiddenDelegate.qml +++ b/src/timeline/HiddenDelegate.qml @@ -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