From bdd37012bb1e855220e465fa6db101bed0cc4992 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 6 May 2025 18:15:06 +1000 Subject: refactor: popout layer consistency with border Make them use the same background colour and rounding as the border --- modules/osd/Background.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/osd/Background.qml') diff --git a/modules/osd/Background.qml b/modules/osd/Background.qml index 1c5c957..6144117 100644 --- a/modules/osd/Background.qml +++ b/modules/osd/Background.qml @@ -8,7 +8,7 @@ Shape { required property real realWrapperWidth required property real wrapperHeight - readonly property int rounding: Appearance.rounding.large + readonly property int rounding: BorderConfig.rounding readonly property int roundingX: Math.min(rounding, realWrapperWidth / 2) readonly property real wrapperWidth: realWrapperWidth - 1 // Pixel issues :sob: @@ -17,7 +17,7 @@ Shape { ShapePath { strokeWidth: -1 - fillColor: Colours.palette.m3surface + fillColor: BorderConfig.colour startX: root.wrapperWidth -- cgit v1.2.3-freya