summaryrefslogtreecommitdiff
path: root/modules/lock/MediaPlaying.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-07 17:05:45 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-07 17:05:45 +1000
commitd7e3be861f25b66b425587880171b4a7f7fd7eba (patch)
tree25bb8957b9689350aee3bbef5928fb1935c2f673 /modules/lock/MediaPlaying.qml
parentcontrolcenter: add header when floating (diff)
downloadcaelestia-shell-d7e3be861f25b66b425587880171b4a7f7fd7eba.tar.gz
caelestia-shell-d7e3be861f25b66b425587880171b4a7f7fd7eba.tar.bz2
caelestia-shell-d7e3be861f25b66b425587880171b4a7f7fd7eba.zip
internal: fix transparent transitions
Diffstat (limited to 'modules/lock/MediaPlaying.qml')
-rw-r--r--modules/lock/MediaPlaying.qml2
1 files changed, 1 insertions, 1 deletions
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