Use TextArea instead of simple field for room topic

This commit is contained in:
Carl Schwan
2020-12-20 20:25:29 +01:00
parent af65884094
commit f61eff2937

View File

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