aboutsummaryrefslogtreecommitdiff
path: root/qml/ComposePane.qml
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-03-22 00:22:43 +0300
committerlink2xt <link2xt@testrun.org>2021-03-22 00:22:57 +0300
commit960cac418446a774b567bc19d4d75e172f62e866 (patch)
tree5aa10085ca10c5d327c3e34c9500214d01c09e6c /qml/ComposePane.qml
parent823274fb2f319010669a0fecccabdce1548ff5d3 (diff)
downloadkdeltachat-960cac418446a774b567bc19d4d75e172f62e866.tar.gz
kdeltachat-960cac418446a774b567bc19d4d75e172f62e866.zip
Move fillWidth from ComposePane to it's instance at ChatPage
ComposePane is not necessarily placed into Layout.
Diffstat (limited to 'qml/ComposePane.qml')
-rw-r--r--qml/ComposePane.qml5
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