From f85bd82943aacda5dc5e1c5a2fe5c955a6c9aa6c Mon Sep 17 00:00:00 2001 From: zach Date: Tue, 14 Apr 2026 16:29:51 +0200 Subject: [PATCH] fix sidebar rounding bug --- Modules/Notifications/Sidebar/Utils/Background.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Notifications/Sidebar/Utils/Background.qml b/Modules/Notifications/Sidebar/Utils/Background.qml index 748512d..359e19f 100644 --- a/Modules/Notifications/Sidebar/Utils/Background.qml +++ b/Modules/Notifications/Sidebar/Utils/Background.qml @@ -7,7 +7,7 @@ ShapePath { id: root readonly property bool flatten: wrapper.height < rounding * 2 - readonly property real rounding: 8 + readonly property real rounding: Config.barConfig.rounding readonly property real roundingY: flatten ? wrapper.height / 2 : rounding required property var sidebar required property Wrapper wrapper