diff --git a/qml/components/PhotoTextsListItem.qml b/qml/components/PhotoTextsListItem.qml index 7fbaf08..ceba640 100644 --- a/qml/components/PhotoTextsListItem.qml +++ b/qml/components/PhotoTextsListItem.qml @@ -101,6 +101,8 @@ ListItem { Text { id: prologSecondaryText font.pixelSize: Theme.fontSizeExtraSmall + width: Math.min(implicitWidth, parent.width) + elide: Text.ElideRight color: Theme.highlightColor textFormat: Text.StyledText onTruncatedChanged: {