From 6ec9cc2475e583ba97433c15ce91e8e31b477744 Mon Sep 17 00:00:00 2001 From: James Graham Date: Sun, 21 Apr 2024 13:33:00 +0200 Subject: [PATCH] Elide the Hidden delegate text (cherry picked from commit 012d30ee9f753ef26e6ac051164ca28345c2d42b) --- src/timeline/HiddenDelegate.qml | 2 ++ 1 file changed, 2 insertions(+) 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