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 {
|
||||
id: root
|
||||
color: "black"
|
||||
windowHeight: 3
|
||||
|
||||
WeatherInfo {
|
||||
|
||||
id: weatherdata
|
||||
|
||||
width: root.width
|
||||
height: root.height
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue