From 8212be02678a156db13f2b804eaae1aae4c597ec Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 8 May 2025 21:07:25 +1000 Subject: osd: fix flatten anim --- modules/osd/Osd.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/osd/Osd.qml') diff --git a/modules/osd/Osd.qml b/modules/osd/Osd.qml index f16b396..18c53ee 100644 --- a/modules/osd/Osd.qml +++ b/modules/osd/Osd.qml @@ -88,8 +88,8 @@ Variants { anchors.verticalCenter: parent.verticalCenter anchors.right: parent.right + wrapperWidth: Math.min(wrapper.width, content.width) wrapperHeight: wrapper.height - realWrapperWidth: Math.min(wrapper.width, content.width) } LayerShadow { -- cgit v1.2.3-freya