Remove elide
This commit is contained in:
parent
41af123d42
commit
b4a520ed93
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue