diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-04-04 09:53:26 +1000 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-04-25 09:50:46 +1000 |
commit | b634884d73d3632d46b05e4522f70005dcc1d59b (patch) | |
tree | 15e2cbe7155e0b657ffa0b716154bbac7666a631 /addons | |
parent | f018c9130496fb1d303d3ef19942f9849df2f4ce (diff) |
Restored: [Confluence] Missing Weather fanart after change to unified background
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/MyWeather.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/MyWeather.xml b/addons/skin.confluence/720p/MyWeather.xml index c0334dd573..c7cc84de4a 100644 --- a/addons/skin.confluence/720p/MyWeather.xml +++ b/addons/skin.confluence/720p/MyWeather.xml @@ -3,6 +3,19 @@ <allowoverlay>no</allowoverlay> <controls> <include>CommonBackground</include> + <control type="multiimage"> + <posx>0</posx> + <posy>0</posy> + <width>1280</width> + <height>720</height> + <imagepath background="true">$INFO[Skin.String(WeatherFanartDir)]$INFO[Window(Weather).Property(Current.FanartCode)]</imagepath> + <timeperimage>10000</timeperimage> + <randomize>true</randomize> + <fadetime>1000</fadetime> + <include>VisibleFadeEffect</include> + <visible>Skin.HasSetting(ShowWeatherFanart) + !IsEmpty(Skin.String(WeatherFanartDir))</visible> + <animation effect="fade" time="200">WindowClose</animation> + </control> <control type="image"> <description>Section header image</description> <posx>20</posx> |