Skip to content
Snippets Groups Projects
Commit 70395027 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Don't overflow room name

parent 65a4c85e
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,8 @@ Rectangle {
color: colors.text
font.pointSize: fontMetrics.font.pointSize * 1.1
text: room ? room.roomName : qsTr("No room selected")
maximumLineCount: 1
elide: Text.ElideRight
MouseArea {
anchors.fill: parent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment