Remove elide

This commit is contained in:
John Gibbon 2020-11-22 21:10:36 +01:00
parent 41af123d42
commit b4a520ed93

View file

@ -94,7 +94,6 @@ ListItem {
id: prologSecondaryText id: prologSecondaryText
font.pixelSize: Theme.fontSizeExtraSmall font.pixelSize: Theme.fontSizeExtraSmall
width: Math.min(implicitWidth, parent.width) width: Math.min(implicitWidth, parent.width)
elide: Text.ElideRight
color: Theme.highlightColor color: Theme.highlightColor
textFormat: Text.StyledText textFormat: Text.StyledText
truncationMode: TruncationMode.Fade truncationMode: TruncationMode.Fade