aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qml/ChatPage.qml2
1 files changed, 1 insertions, 1 deletions
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