From 68bb5dd7f937e241dba61ec70ccd5b75607a2d85 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 12 Aug 2025 12:21:34 +1000 Subject: lock: better scaling + fix null error --- modules/lock/Fetch.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/lock/Fetch.qml') 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 { -- cgit v1.2.3-freya