diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-10-14 23:34:09 +1100 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-10-14 23:35:45 +1100 |
commit | 6bd25d4caa12e4e0930191c60e4a1c844605ad68 (patch) | |
tree | 1e5b960da9339df55290241c269797a8db1548aa /addons/skin.confluence/720p/DialogVideoInfo.xml | |
parent | 5fc16bd9cb1ec94ceee189b524d5881f20cc4aab (diff) |
Changed: [Confluence] streamlined the code for the new ListItem.Art stuff
Diffstat (limited to 'addons/skin.confluence/720p/DialogVideoInfo.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogVideoInfo.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/addons/skin.confluence/720p/DialogVideoInfo.xml b/addons/skin.confluence/720p/DialogVideoInfo.xml index 41a6b0b70a..98a3cf2279 100644 --- a/addons/skin.confluence/720p/DialogVideoInfo.xml +++ b/addons/skin.confluence/720p/DialogVideoInfo.xml @@ -343,19 +343,7 @@ <aspectratio>stretch</aspectratio> <bordertexture border="5">button-nofocus.png</bordertexture> <bordersize>4</bordersize> - <texture background="true">$INFO[ListItem.Icon]</texture> - <visible>IsEmpty(ListItem.Art(poster))</visible> - </control> - <control type="image"> - <posx>0</posx> - <posy>0</posy> - <width>270</width> - <height>380</height> - <aspectratio>stretch</aspectratio> - <bordertexture border="5">button-nofocus.png</bordertexture> - <bordersize>4</bordersize> - <texture background="true">$INFO[ListItem.Art(poster)]</texture> - <visible>!IsEmpty(ListItem.Art(poster))</visible> + <texture background="true">$VAR[PosterThumb]</texture> </control> <control type="image"> <posx>4</posx> |