Fixed eliding name in MessageView

This commit is contained in:
Christian Muehlhaeuser 2017-08-29 17:45:22 +02:00
parent 69c8a1fdc7
commit b0e0911036
No known key found for this signature in database
GPG key ID: BA4CF857DD4117E9

View file

@ -47,6 +47,7 @@ RowLayout {
text: name
textFormat: Text.PlainText
Layout.fillWidth: true
Layout.maximumWidth: implicitWidth + 1
elide: Text.ElideRight
}
Label {