From 820665db92f1f400c6f0d118d3aed36f557dde6c Mon Sep 17 00:00:00 2001
From: kamathmanu <manuriddle@gmail.com>
Date: Sat, 14 Aug 2021 21:58:56 -0400
Subject: [PATCH] Formatting

---
 resources/qml/RoomDirectory.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/qml/RoomDirectory.qml b/resources/qml/RoomDirectory.qml
index 129391a5e..4db24f01c 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
                     }
-- 
GitLab