Use TextArea instead of simple field for room topic

(cherry picked from commit f61eff2937)
This commit is contained in:
Carl Schwan
2020-12-20 19:25:29 +00:00
parent 8060edd1c6
commit 4924702c15

View File

@@ -74,7 +74,7 @@ Kirigami.OverlaySheet {
enabled: canChangeName
}
TextField {
TextArea {
id: roomTopicField
Layout.fillWidth: true
text: room.topic