diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-11 01:38:37 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-11 01:38:37 +1000 |
| commit | dcaa49cddc1a075eb2825637b7681e61223ba45d (patch) | |
| tree | 9dd944cdb6da259c4bfabc80777ab526a4a2ecc3 /modules/lock/Content.qml | |
| parent | lock: better unlock anim (diff) | |
| download | caelestia-shell-dcaa49cddc1a075eb2825637b7681e61223ba45d.tar.gz caelestia-shell-dcaa49cddc1a075eb2825637b7681e61223ba45d.tar.bz2 caelestia-shell-dcaa49cddc1a075eb2825637b7681e61223ba45d.zip | |
lock: add media + some fixes
Diffstat (limited to 'modules/lock/Content.qml')
| -rw-r--r-- | modules/lock/Content.qml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml index b7d3ddb..176dc8e 100644 --- a/modules/lock/Content.qml +++ b/modules/lock/Content.qml @@ -36,9 +36,21 @@ RowLayout { Layout.fillWidth: true Layout.fillHeight: true + radius: Appearance.rounding.small + color: Colours.tPalette.m3surfaceContainer + } + + StyledClippingRect { + Layout.fillWidth: true + implicitHeight: media.implicitHeight + bottomLeftRadius: Appearance.rounding.large radius: Appearance.rounding.small color: Colours.tPalette.m3surfaceContainer + + Media { + id: media + } } } |