diff options
Diffstat (limited to 'qml')
-rw-r--r-- | qml/Message.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/Message.qml b/qml/Message.qml index 417c086..1c7f7f3 100644 --- a/qml/Message.qml +++ b/qml/Message.qml @@ -191,7 +191,7 @@ RowLayout { // Message TextEdit { - Layout.maximumWidth: Kirigami.Units.gridUnit * 30 + Layout.maximumWidth: Math.min(messageObject.width, Kirigami.Units.gridUnit * 30) textFormat: Text.PlainText selectByMouse: true readOnly: true |