summaryrefslogtreecommitdiff
path: root/modules/lock/Content.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lock/Content.qml')
-rw-r--r--modules/lock/Content.qml6
1 files changed, 4 insertions, 2 deletions
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 {