Skip to content

Commit

Permalink
Fixed: [Confluence] Show Weather info on home option in skin settings…
Browse files Browse the repository at this point in the history
… didn't work also disabled it by default
  • Loading branch information
JezzX committed May 11, 2012
1 parent e13f7e0 commit 68c6f28
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
15 changes: 8 additions & 7 deletions addons/skin.confluence/720p/Home.xml
Expand Up @@ -24,6 +24,7 @@
<texture>xbmc-logo.png</texture>
<include>VisibleFadeEffect</include>
<include>Window_OpenClose_Animation</include>
<visible>!Skin.HasSetting(homepageWeatherinfo)</visible>
</control>
<!-- Music Info -->
<control type="group">
Expand Down Expand Up @@ -816,7 +817,7 @@
<control type="group">
<posx>20</posx>
<posy>0</posy>
<visible>false</visible>
<visible>Skin.HasSetting(homepageWeatherinfo) + !IsEmpty(Weather.Plugin)</visible>
<include>Window_OpenClose_Animation</include>
<control type="image">
<description>Weather image</description>
Expand All @@ -829,7 +830,7 @@
</control>
<control type="label">
<description>Location label</description>
<posx>70</posx>
<posx>65</posx>
<posy>5</posy>
<width>500</width>
<height>15</height>
Expand All @@ -841,13 +842,13 @@
<label>$INFO[Window(Weather).Property(Location)]</label>
</control>
<control type="grouplist">
<posx>70</posx>
<posx>65</posx>
<posy>20</posy>
<width>1000</width>
<height>30</height>
<orientation>horizontal</orientation>
<align>left</align>
<itemgap>5</itemgap>
<itemgap>0</itemgap>
<control type="label">
<description>Temp label</description>
<width min="0" max="300">auto</width>
Expand All @@ -870,12 +871,12 @@
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Temp Units</description>
<description>Conditions Label</description>
<width>500</width>
<height>30</height>
<height>22</height>
<font>font10</font>
<aligny>center</aligny>
<label> $INFO[Window(Weather).Property(Current.Condition)]</label>
<label> $INFO[Window(Weather).Property(Current.Condition)]</label>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
</control>
Expand Down
3 changes: 2 additions & 1 deletion addons/skin.confluence/720p/custom_SkinSetting_1111.xml
Expand Up @@ -470,9 +470,10 @@
<focusedcolor>white</focusedcolor>
<label>20084</label>
<onclick>Skin.ToggleSetting(homepageWeatherinfo)</onclick>
<selected>!Skin.HasSetting(homepageWeatherinfo)</selected>
<selected>Skin.HasSetting(homepageWeatherinfo)</selected>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<visible>!IsEmpty(Weather.Plugin)</visible>
</control>
<control type="radiobutton" id="205">
<description>Show Recently added Video info</description>
Expand Down

0 comments on commit 68c6f28

Please sign in to comment.