diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-11 14:27:25 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-11 14:27:25 +1000 |
| commit | 92010400b0435c1891ebbd8c405d06c461d24cd9 (patch) | |
| tree | 3ff7dc4def31dbdaa9b2e90ed45ee58e184e79a4 /modules/lock/Content.qml | |
| parent | lock/media: anim image status (diff) | |
| download | caelestia-shell-92010400b0435c1891ebbd8c405d06c461d24cd9.tar.gz caelestia-shell-92010400b0435c1891ebbd8c405d06c461d24cd9.tar.bz2 caelestia-shell-92010400b0435c1891ebbd8c405d06c461d24cd9.zip | |
lock: add resources
Diffstat (limited to 'modules/lock/Content.qml')
| -rw-r--r-- | modules/lock/Content.qml | 6 |
1 files changed, 5 insertions, 1 deletions
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 { |