Don't overflow room name
This commit is contained in:
parent
65a4c85ed4
commit
703950273b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user