From 92010400b0435c1891ebbd8c405d06c461d24cd9 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:27:25 +1000 Subject: lock: add resources --- modules/lock/Content.qml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/lock/Content.qml') diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml index 5bf0ee8..f74f2d9 100644 --- a/modules/lock/Content.qml +++ b/modules/lock/Content.qml @@ -69,11 +69,15 @@ RowLayout { StyledRect { Layout.fillWidth: true - Layout.fillHeight: true + implicitHeight: resources.implicitHeight topRightRadius: Appearance.rounding.large radius: Appearance.rounding.small color: Colours.tPalette.m3surfaceContainer + + Resources { + id: resources + } } StyledRect { -- cgit v1.2.3-freya