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 {
id: root
color: "black"
windowHeight: 3
WeatherInfo {
id: weatherdata
width: root.width
height: root.height
}
}