From d7e3be861f25b66b425587880171b4a7f7fd7eba Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 7 Aug 2025 17:05:45 +1000 Subject: internal: fix transparent transitions --- modules/lock/MediaPlaying.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/lock') diff --git a/modules/lock/MediaPlaying.qml b/modules/lock/MediaPlaying.qml index 2ebd177..79c454f 100644 --- a/modules/lock/MediaPlaying.qml +++ b/modules/lock/MediaPlaying.qml @@ -229,7 +229,7 @@ RowLayout { implicitHeight: implicitWidth radius: Appearance.rounding.full - color: primary && canUse ? Colours.palette.m3primary : "transparent" + color: Qt.alpha(Colours.palette.m3primary, primary && canUse ? 1 : 0) StateLayer { disabled: !control.canUse -- cgit v1.2.3-freya