diff options
author | jezz_x <jezz_x@svn> | 2010-05-20 07:55:04 +0000 |
---|---|---|
committer | jezz_x <jezz_x@svn> | 2010-05-20 07:55:04 +0000 |
commit | 316449f9514e431f6f749cac1939e7f9a1160938 (patch) | |
tree | bd124654ed5213b84254a3fc1bf1c3cf8f697186 /addons/skin.confluence | |
parent | 6ac13deaad04e1c6ba9ffc7891393c83289dba78 (diff) |
Changed : [Confluence] removed eye candy glass overlay from tvshow "Media Info 2" view since it looks odd if the aspect of the image isn't exactly right (not needed anyway)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30330 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/skin.confluence')
-rw-r--r-- | addons/skin.confluence/720p/ViewsVideoLibrary.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/addons/skin.confluence/720p/ViewsVideoLibrary.xml b/addons/skin.confluence/720p/ViewsVideoLibrary.xml index 99153eb708..3e45873815 100644 --- a/addons/skin.confluence/720p/ViewsVideoLibrary.xml +++ b/addons/skin.confluence/720p/ViewsVideoLibrary.xml @@ -914,15 +914,6 @@ <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
</control>
<control type="image">
- <posx>8</posx>
- <posy>12</posy>
- <width>200</width>
- <height>100</height>
- <aspectratio>stretch</aspectratio>
- <texture>GlassOverlay.png</texture>
- <colordiffuse>AAFFFFFF</colordiffuse>
- </control>
- <control type="image">
<posx>560</posx>
<posy>90</posy>
<width>40</width>
|