summary refs log tree commit diff
path: root/resources/qml/RoomList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/RoomList.qml')
-rw-r--r--resources/qml/RoomList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/RoomList.qml b/resources/qml/RoomList.qml

index 24b62fd2..a1abed00 100644 --- a/resources/qml/RoomList.qml +++ b/resources/qml/RoomList.qml
@@ -387,7 +387,7 @@ Page { Layout.alignment: Qt.AlignBaseline color: roomItem.importantText elideWidth: width - fullText: roomName + fullText: TimelineManager.htmlEscape(roomName) textFormat: Text.RichText Layout.fillWidth: true }