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