diff options
author | jezz_x <jezz_x@svn> | 2010-05-21 07:02:12 +0000 |
---|---|---|
committer | jezz_x <jezz_x@svn> | 2010-05-21 07:02:12 +0000 |
commit | 71ed0386f7f27e254582b46127d1c421774de80f (patch) | |
tree | 0580d84b9595d033521047c436d7463dc08e8fec /addons/skin.pm3-hd | |
parent | acd0e471074734cd8aec869592c5423bf2f71545 (diff) |
changed : [PM3.HD] thumbnail view in tv seasons defaults to poster style like movies
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30374 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/skin.pm3-hd')
-rw-r--r-- | addons/skin.pm3-hd/720p/ViewsFileMode.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addons/skin.pm3-hd/720p/ViewsFileMode.xml b/addons/skin.pm3-hd/720p/ViewsFileMode.xml index c484bdfd74..8c35b21d62 100644 --- a/addons/skin.pm3-hd/720p/ViewsFileMode.xml +++ b/addons/skin.pm3-hd/720p/ViewsFileMode.xml @@ -1070,7 +1070,7 @@ <pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<preloaditems>2</preloaditems>
- <itemlayout condition="!Container.Content(Movies)" height="255" width="316">
+ <itemlayout condition="!Container.Content(Movies) + !Container.Content(Seasons)" height="255" width="316">
<control type="image">
<posx>1</posx>
<posy>1</posy>
@@ -1106,7 +1106,7 @@ <texture>$INFO[ListItem.Overlay]</texture>
</control>
</itemlayout>
- <focusedlayout condition="!Container.Content(Movies)" height="255" width="316">
+ <focusedlayout condition="!Container.Content(Movies) + !Container.Content(Seasons)" height="255" width="316">
<control type="image">
<posx>1</posx>
<posy>1</posy>
@@ -1142,7 +1142,7 @@ <texture>$INFO[ListItem.Overlay]</texture>
</control>
</focusedlayout>
- <itemlayout condition="Container.Content(Movies)" height="255" width="158">
+ <itemlayout condition="Container.Content(Movies) | Container.Content(Seasons)" height="255" width="158">
<control type="image">
<posx>1</posx>
<posy>1</posy>
@@ -1180,7 +1180,7 @@ <texture>$INFO[ListItem.Overlay]</texture>
</control>
</itemlayout>
- <focusedlayout condition="Container.Content(Movies)" height="255" width="158">
+ <focusedlayout condition="Container.Content(Movies) | Container.Content(Seasons)" height="255" width="158">
<control type="image">
<posx>1</posx>
<posy>1</posy>
|