diff options
Diffstat (limited to 'qml/ComposePane.qml')
-rw-r--r-- | qml/ComposePane.qml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/qml/ComposePane.qml b/qml/ComposePane.qml index aeecc68..54480d5 100644 --- a/qml/ComposePane.qml +++ b/qml/ComposePane.qml @@ -5,12 +5,11 @@ import QtQuick.Layouts 1.12 import DeltaChat 1.0 Pane { - Layout.fillWidth: true - padding: 0 - required property DcContext context required property var chatId + padding: 0 + RowLayout { width: parent.width |