From 56a4e972962fcba064c624ae7f7f47c95f0bec8b Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Thu, 3 Nov 2022 14:45:00 +0100 Subject: [PATCH] Make the higlight ring a bit less in your face --- resources/qml/TimelineRow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/TimelineRow.qml b/resources/qml/TimelineRow.qml index 01e58cdf..66128846 100644 --- a/resources/qml/TimelineRow.qml +++ b/resources/qml/TimelineRow.qml @@ -118,7 +118,7 @@ AbstractButton { property color bgColor: Nheko.colors.base color: (Settings.bubbles && !isStateEvent) ? Qt.tint(bgColor, Qt.hsla(userColor.hslHue, 0.5, userColor.hslLightness, 0.2)) : "#00000000" radius: 4 - border.width: r.notificationlevel == MtxEvent.Highlight ? 2 : 0 + border.width: r.notificationlevel == MtxEvent.Highlight ? 1 : 0 border.color: Nheko.theme.red GridLayout {