fix: Weather name shadowing
This commit is contained in:
parent
95992d85d6
commit
f46764fd5d
4 changed files with 2 additions and 2 deletions
|
|
@ -188,7 +188,7 @@ Item {
|
|||
Component {
|
||||
id: weatherComponent
|
||||
|
||||
Weather {}
|
||||
WeatherTab {}
|
||||
}
|
||||
|
||||
Behavior on contentX {
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ GridLayout {
|
|||
|
||||
radius: Appearance.rounding.large * 1.5
|
||||
|
||||
Weather {}
|
||||
SmallWeather {}
|
||||
}
|
||||
|
||||
Rect {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue