diff options
Diffstat (limited to 'modules/lock/Fetch.qml')
| -rw-r--r-- | modules/lock/Fetch.qml | 2 |
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 { |