Show last room message as roomDelegate subtitle

This commit is contained in:
miruka
2019-03-27 18:38:48 -04:00
parent 463dca7c55
commit c35f7f35af
5 changed files with 42 additions and 9 deletions

View File

@@ -32,8 +32,8 @@ Rectangle {
}
Base.HLabel {
id: "roomSubtitle"
text: chatPage.room.subtitle
id: "roomDescription"
text: chatPage.room.description
font.pixelSize: smallSize
elide: Text.ElideRight
maximumLineCount: 1