aboutsummaryrefslogtreecommitdiff
path: root/skin
diff options
context:
space:
mode:
authorjezz_x <jezz_x@svn>2009-12-20 04:28:20 +0000
committerjezz_x <jezz_x@svn>2009-12-20 04:28:20 +0000
commitaa760aa635d36d3c9e27cb823503042400d2674d (patch)
tree9adbee2ae1342c75a15112f770bcf3f46bfe9cdc /skin
parent3a652837835972978a5de39efa21d61285bba6a2 (diff)
Fixed : [Confluence] made home music "now playing" icon respect aspect ratio because apparently some people have cd covers like this. o_O http://img190.imageshack.us/img190/5333/rectcovers.png
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25869 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'skin')
-rw-r--r--skin/Confluence/720p/Home.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/skin/Confluence/720p/Home.xml b/skin/Confluence/720p/Home.xml
index 2b4e7bb1c7..a71a32874b 100644
--- a/skin/Confluence/720p/Home.xml
+++ b/skin/Confluence/720p/Home.xml
@@ -71,9 +71,10 @@
<control type="image">
<description>Cover image</description>
<posx>200r</posx>
- <posy>160</posy>
+ <posy>60</posy>
<width>180</width>
- <height>180</height>
+ <height>280</height>
+ <aspectratio aligny="bottom">keep</aspectratio>
<texture>$INFO[MusicPlayer.Cover]</texture>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>5</bordersize>