(It should fix that.)
square-messages
Black Hat 2018-10-15 10:07:13 +08:00
parent 1c3fcef542
commit a317ecc4fc
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,7 @@ Drawer {
Label {
Layout.fillWidth: true
wrapMode: Label.Wrap
horizontalAlignment: Text.AlignHCenter
text: room && room.id ? room.id : ""
}
@ -46,6 +47,7 @@ Drawer {
Label {
Layout.fillWidth: true
wrapMode: Label.Wrap
horizontalAlignment: Text.AlignHCenter
text: room && room.canonicalAlias ? room.canonicalAlias : "No Canonical Alias"
}
@ -53,6 +55,7 @@ Drawer {
Label {
Layout.fillWidth: true
wrapMode: Label.Wrap
horizontalAlignment: Text.AlignHCenter
text: room ? room.memberCount + " Members" : "No Member Count"
}