aboutsummaryrefslogtreecommitdiff
path: root/qml
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-03-22 00:22:07 +0300
committerlink2xt <link2xt@testrun.org>2021-03-22 00:22:07 +0300
commit823274fb2f319010669a0fecccabdce1548ff5d3 (patch)
treec4ccd86d457fce69aedb73930702cdd62114a32b /qml
parent5d4cb0a4eb7efd97dd0ee48f75feda9f9d30eabb (diff)
downloadkdeltachat-823274fb2f319010669a0fecccabdce1548ff5d3.tar.gz
kdeltachat-823274fb2f319010669a0fecccabdce1548ff5d3.zip
Align Send button to the bottom
This keeps the button at the bottom of the window when multi-line message is entered.
Diffstat (limited to 'qml')
-rw-r--r--qml/ComposePane.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qml/ComposePane.qml b/qml/ComposePane.qml
index bbf075b..aeecc68 100644
--- a/qml/ComposePane.qml
+++ b/qml/ComposePane.qml
@@ -26,6 +26,8 @@ Pane {
Button {
id: sendButton
+ Layout.alignment: Qt.AlignBottom
+
icon.name: "document-send"
text: qsTr("Send")
enabled: messageField.length > 0