From dcaa49cddc1a075eb2825637b7681e61223ba45d Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 11 Aug 2025 01:38:37 +1000 Subject: lock: add media + some fixes --- modules/lock/Content.qml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'modules/lock/Content.qml') 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 + } } } -- cgit v1.2.3-freya