From b4a520ed934450cba10019152c251b71d12fcc66 Mon Sep 17 00:00:00 2001 From: John Gibbon Date: Sun, 22 Nov 2020 21:10:36 +0100 Subject: [PATCH] Remove elide --- qml/components/PhotoTextsListItem.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/qml/components/PhotoTextsListItem.qml b/qml/components/PhotoTextsListItem.qml index a544642..0a40a37 100644 --- a/qml/components/PhotoTextsListItem.qml +++ b/qml/components/PhotoTextsListItem.qml @@ -94,7 +94,6 @@ ListItem { id: prologSecondaryText font.pixelSize: Theme.fontSizeExtraSmall width: Math.min(implicitWidth, parent.width) - elide: Text.ElideRight color: Theme.highlightColor textFormat: Text.StyledText truncationMode: TruncationMode.Fade