From 9071de0d601e588b6840b10d84edd6edc60c5a64 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 5 May 2025 11:04:03 +1000 Subject: feat: shadow Border exclusivity Fix slider handle text colour --- modules/osd/Osd.qml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/osd/Osd.qml') diff --git a/modules/osd/Osd.qml b/modules/osd/Osd.qml index d173a44..009eb2f 100644 --- a/modules/osd/Osd.qml +++ b/modules/osd/Osd.qml @@ -64,7 +64,6 @@ Variants { item: wrapper } - margins.right: BackgroundConfig.border.thickness anchors.left: true anchors.right: true height: wrapper.height @@ -72,6 +71,8 @@ Variants { Background { id: bg + visible: false + anchors.verticalCenter: parent.verticalCenter anchors.right: parent.right @@ -79,6 +80,10 @@ Variants { realWrapperWidth: Math.min(wrapper.width, content.width) } + LayerShadow { + source: bg + } + Wrapper { id: wrapper -- cgit v1.2.3-freya