Use TextArea instead of simple field for room topic
This commit is contained in:
@@ -74,7 +74,7 @@ Kirigami.OverlaySheet {
|
||||
enabled: canChangeName
|
||||
}
|
||||
|
||||
TextField {
|
||||
TextArea {
|
||||
id: roomTopicField
|
||||
Layout.fillWidth: true
|
||||
text: room.topic
|
||||
|
||||
Reference in New Issue
Block a user