summaryrefslogtreecommitdiff
path: root/modules/lock/Content.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-11 14:27:25 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-11 14:27:25 +1000
commit92010400b0435c1891ebbd8c405d06c461d24cd9 (patch)
tree3ff7dc4def31dbdaa9b2e90ed45ee58e184e79a4 /modules/lock/Content.qml
parentlock/media: anim image status (diff)
downloadcaelestia-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.qml6
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 {