summaryrefslogtreecommitdiff
path: root/modules/lock/Fetch.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-12 12:21:34 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-12 12:21:34 +1000
commit68bb5dd7f937e241dba61ec70ccd5b75607a2d85 (patch)
treecb7ad11916ff89007385c0ef4d7d6df4ba025113 /modules/lock/Fetch.qml
parentwallpapers: allow symlinked wallpaper directory (#399) (diff)
downloadcaelestia-shell-68bb5dd7f937e241dba61ec70ccd5b75607a2d85.tar.gz
caelestia-shell-68bb5dd7f937e241dba61ec70ccd5b75607a2d85.tar.bz2
caelestia-shell-68bb5dd7f937e241dba61ec70ccd5b75607a2d85.zip
lock: better scaling + fix null error
Diffstat (limited to 'modules/lock/Fetch.qml')
-rw-r--r--modules/lock/Fetch.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lock/Fetch.qml b/modules/lock/Fetch.qml
index 00bca7c..755e7f8 100644
--- a/modules/lock/Fetch.qml
+++ b/modules/lock/Fetch.qml
@@ -109,7 +109,7 @@ ColumnLayout {
Layout.alignment: Qt.AlignHCenter
asynchronous: true
- active: root.height > 250
+ active: root.height > 220
visible: active
sourceComponent: RowLayout {