From 87b491d8e794995950c6667e1d831061e36aa186 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 10 Aug 2025 23:15:32 +1000 Subject: lock: add weather Also refactor weather service --- modules/lock/Content.qml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules/lock/Content.qml') diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml index 102d8cf..ba19616 100644 --- a/modules/lock/Content.qml +++ b/modules/lock/Content.qml @@ -21,12 +21,14 @@ RowLayout { StyledRect { Layout.fillWidth: true - Layout.fillHeight: true + implicitHeight: weather.implicitHeight radius: Appearance.rounding.small color: Colours.tPalette.m3surfaceContainer - // WeatherInfo {} + WeatherInfo { + id: weather + } } StyledRect { -- cgit v1.2.3-freya