mirror of
https://github.com/muesli/telephant
synced 2024-11-22 19:33:06 +00:00
Fixed eliding name in MessageView
This commit is contained in:
parent
69c8a1fdc7
commit
b0e0911036
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ RowLayout {
|
|||
text: name
|
||||
textFormat: Text.PlainText
|
||||
Layout.fillWidth: true
|
||||
Layout.maximumWidth: implicitWidth + 1
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
Label {
|
||||
|
|
Loading…
Reference in a new issue