diff options
Diffstat (limited to 'qml')
-rw-r--r-- | qml/Message.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/Message.qml b/qml/Message.qml index fd50358..7e12996 100644 --- a/qml/Message.qml +++ b/qml/Message.qml @@ -40,6 +40,7 @@ RowLayout { sourceSize.height: messageObject.message.height fillMode: Image.PreserveAspectCrop Layout.maximumWidth: messageObject.width + Layout.maximumHeight: Kirigami.Units.gridUnit * 10 asynchronous: true } Label { |