Don't use a thin font in the room list

This commit is contained in:
Nicolas Werner 2021-06-21 01:38:33 +02:00
parent f8dfc72625
commit 760406f218
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 0 additions and 2 deletions

View File

@ -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 : ""