Avoid strange layout if user name is veeeeeeeery long
This commit is contained in:
parent
ba41125422
commit
b26c6e81c2
1 changed files with 2 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue