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