From 760406f218e2f168540d35bda0a727eb4699f6d6 Mon Sep 17 00:00:00 2001
From: Nicolas Werner <nicolas.werner@hotmail.de>
Date: Mon, 21 Jun 2021 01:38:33 +0200
Subject: [PATCH] Don't use a thin font in the room list

---
 resources/qml/RoomList.qml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/resources/qml/RoomList.qml b/resources/qml/RoomList.qml
index d69f608b0..c4a8bcfb1 100644
--- a/resources/qml/RoomList.qml
+++ b/resources/qml/RoomList.qml
@@ -273,7 +273,6 @@ Page {
 
                         ElidedLabel {
                             color: roomItem.unimportantText
-                            font.weight: Font.Thin
                             font.pixelSize: fontMetrics.font.pixelSize * 0.9
                             elideWidth: textContent.width - (notificationBubble.visible ? notificationBubble.width : 0) - Nheko.paddingSmall
                             fullText: model.lastMessage
@@ -487,7 +486,6 @@ Page {
                     ElidedLabel {
                         Layout.alignment: Qt.AlignTop
                         color: Nheko.colors.buttonText
-                        font.weight: Font.Thin
                         font.pointSize: fontMetrics.font.pointSize * 0.9
                         elideWidth: col.width
                         fullText: userInfoGrid.profile ? userInfoGrid.profile.userid : ""
-- 
GitLab