diff options
Diffstat (limited to 'modules/lock/LockSurface.qml')
| -rw-r--r-- | modules/lock/LockSurface.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/lock/LockSurface.qml b/modules/lock/LockSurface.qml index 4751c70..d99b3f3 100644 --- a/modules/lock/LockSurface.qml +++ b/modules/lock/LockSurface.qml @@ -99,6 +99,13 @@ WlSessionLockSurface { anchors.rightMargin: -backgrounds.weatherRight } + MediaPlaying { + anchors.bottom: parent.top + anchors.right: parent.left + anchors.bottomMargin: -backgrounds.mediaBottom + anchors.rightMargin: -backgrounds.mediaRight + } + component Anim: NumberAnimation { duration: Appearance.anim.durations.large easing.type: Easing.BezierSpline |