Formatting

This commit is contained in:
kamathmanu 2021-08-14 21:58:56 -04:00
parent 7321af8a7d
commit 820665db92
1 changed files with 1 additions and 1 deletions

View File

@ -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
}