Propagate width/height to WeatherInfo
This commit is contained in:
parent
91346f587a
commit
c04497b1b0
1 changed files with 4 additions and 1 deletions
|
@ -11,11 +11,14 @@ import net.frozentux.weatherinfo 1.0
|
||||||
|
|
||||||
|
|
||||||
MirrorWindow {
|
MirrorWindow {
|
||||||
|
id: root
|
||||||
color: "black"
|
color: "black"
|
||||||
windowHeight: 3
|
windowHeight: 3
|
||||||
|
|
||||||
WeatherInfo {
|
WeatherInfo {
|
||||||
|
|
||||||
id: weatherdata
|
id: weatherdata
|
||||||
|
|
||||||
|
width: root.width
|
||||||
|
height: root.height
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue