From efa806b8d6c74be76c82bbab6f17917c1278aed8 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:42:00 +1000 Subject: lock: better scaling for weather & fetch --- modules/lock/Content.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/lock/Content.qml') diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml index 3ee9dd8..7348b10 100644 --- a/modules/lock/Content.qml +++ b/modules/lock/Content.qml @@ -30,6 +30,8 @@ RowLayout { WeatherInfo { id: weather + + rootHeight: root.height } } -- cgit v1.2.3-freya