aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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