From 823274fb2f319010669a0fecccabdce1548ff5d3 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 22 Mar 2021 00:22:07 +0300 Subject: Align Send button to the bottom This keeps the button at the bottom of the window when multi-line message is entered. --- qml/ComposePane.qml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-70-g09d2