fix: Weather name shadowing

This commit is contained in:
2 * r + 2 * t 2026-03-22 15:38:51 +11:00
parent 95992d85d6
commit f46764fd5d
4 changed files with 2 additions and 2 deletions

View file

@ -188,7 +188,7 @@ Item {
Component { Component {
id: weatherComponent id: weatherComponent
Weather {} WeatherTab {}
} }
Behavior on contentX { Behavior on contentX {

View file

@ -40,7 +40,7 @@ GridLayout {
radius: Appearance.rounding.large * 1.5 radius: Appearance.rounding.large * 1.5
Weather {} SmallWeather {}
} }
Rect { Rect {