From a6300a317f4adc20bda9f9e2e33dca1b17f00f84 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 20 Mar 2021 08:12:32 +0300 Subject: Replace TextField with TextArea to allow sending multiline messages --- qml/ChatPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/ChatPage.qml b/qml/ChatPage.qml index 1a6eec7..f7abea1 100644 --- a/qml/ChatPage.qml +++ b/qml/ChatPage.qml @@ -92,7 +92,7 @@ Kirigami.ScrollablePage { RowLayout { width: parent.width - TextField { + TextArea { id: messageField Layout.fillWidth: true -- cgit v1.2.3-70-g09d2