summary refs log tree commit diff
diff options
context:
space:
mode:
authorkamathmanu <manuriddle@gmail.com>2021-08-14 21:58:56 -0400
committerkamathmanu <manuriddle@gmail.com>2021-08-14 21:58:56 -0400
commit820665db92f1f400c6f0d118d3aed36f557dde6c (patch)
treeb3f3c3356374104c4d98664085a2cbea9d78ed5c
parentCleanup more nits (diff)
downloadnheko-820665db92f1f400c6f0d118d3aed36f557dde6c.tar.xz
Formatting
-rw-r--r--resources/qml/RoomDirectory.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/RoomDirectory.qml b/resources/qml/RoomDirectory.qml

index 129391a5..4db24f01 100644 --- a/resources/qml/RoomDirectory.qml +++ b/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 }