Propagate width/height to WeatherInfo

This commit is contained in:
Oscar Andreasson 2015-12-22 22:51:05 +01:00
parent 91346f587a
commit c04497b1b0

View file

@ -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
} }
} }