pull/659/head
kamathmanu 3 years ago
parent 7321af8a7d
commit 820665db92
  1. 2
      resources/qml/RoomDirectory.qml

@ -79,7 +79,7 @@ ApplicationWindow {
ElidedLabel {
Layout.alignment: Qt.AlignBottom
color: roomDirDelegate.importantText
elideWidth: textContent.width - numMembersRectangle.width - buttonRectangle.width
elideWidth: textContent.width - numMembersRectangle.width - buttonRectangle.width
font.pixelSize: fontMetrics.font.pixelSize * 1.1
fullText: model.name
}

Loading…
Cancel
Save