summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-06-21 01:38:33 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-06-25 11:35:26 +0200
commit760406f218e2f168540d35bda0a727eb4699f6d6 (patch)
treec1b3cb36200a386a96296d7192255bf7282e6464
parentFix spaces showing up with world filter (diff)
downloadnheko-760406f218e2f168540d35bda0a727eb4699f6d6.tar.xz
Don't use a thin font in the room list
-rw-r--r--resources/qml/RoomList.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/qml/RoomList.qml b/resources/qml/RoomList.qml

index d69f608b..c4a8bcfb 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 : ""