From b0e09110367a706a748e941d973491d6d559612a Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 29 Aug 2017 17:45:22 +0200 Subject: [PATCH] Fixed eliding name in MessageView --- qml/MessageView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/MessageView.qml b/qml/MessageView.qml index a865086..6e252fa 100644 --- a/qml/MessageView.qml +++ b/qml/MessageView.qml @@ -47,6 +47,7 @@ RowLayout { text: name textFormat: Text.PlainText Layout.fillWidth: true + Layout.maximumWidth: implicitWidth + 1 elide: Text.ElideRight } Label {