diff options
Diffstat (limited to 'addons/skin.confluence/720p/MyWeather.xml')
-rw-r--r-- | addons/skin.confluence/720p/MyWeather.xml | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/addons/skin.confluence/720p/MyWeather.xml b/addons/skin.confluence/720p/MyWeather.xml index 9049ef8409..5e38d2d9cd 100644 --- a/addons/skin.confluence/720p/MyWeather.xml +++ b/addons/skin.confluence/720p/MyWeather.xml @@ -4,6 +4,20 @@ <controls> <include>CommonBackground</include> <include>CommonMediaPlayingBackground</include> + <include>WindowTitleHomeButton</include> + <control type="grouplist"> + <posx>65</posx> + <posy>5</posy> + <width>1000</width> + <height>30</height> + <orientation>horizontal</orientation> + <align>left</align> + <itemgap>5</itemgap> + <control type="label"> + <include>WindowTitleCommons</include> + <label>$LOCALIZE[8]</label> + </control> + </control> <control type="image"> <posx>0</posx> <posy>100r</posy> @@ -929,25 +943,6 @@ <ondown>3</ondown> <visible allowhiddenfocus="true">false</visible> </control> - <control type="group"> - <posx>40</posx> - <posy>0</posy> - <animation effect="slide" end="-310,0" time="400" tween="quadratic" easing="out">WindowClose</animation> - <animation effect="slide" start="-310,0" time="400" tween="quadratic" easing="out">WindowOpen</animation> - <control type="image"> - <posx>0</posx> - <posy>0</posy> - <width>250</width> - <height>35</height> - <texture border="0,0,32,0">header.png</texture> - </control> - <control type="label"> - <include>WindowTitleCommons</include> - <posx>220</posx> - <label>$LOCALIZE[8]</label> - </control> - </control> - <include>WindowTitleHomeButton</include> <include>Clock</include> </controls> </window> |