diff options
author | jezz_x <jezz_x@svn> | 2010-03-14 04:31:08 +0000 |
---|---|---|
committer | jezz_x <jezz_x@svn> | 2010-03-14 04:31:08 +0000 |
commit | fd6367fdb9a910c23c7c1a54739d901b3cff66ba (patch) | |
tree | ff2c150c5d929f3ed9ba4203d7a72595d5769cae /skin/Confluence | |
parent | 307f6b564b3b73269d8be944ecded981b400d053 (diff) |
Fixed : [Confluence] Fulls creen Music Times got cut off if your Audio was more that 1 hour long
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28578 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'skin/Confluence')
-rw-r--r-- | skin/Confluence/720p/MusicVisualisation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skin/Confluence/720p/MusicVisualisation.xml b/skin/Confluence/720p/MusicVisualisation.xml index 39eeae3da7..f533b69e4c 100644 --- a/skin/Confluence/720p/MusicVisualisation.xml +++ b/skin/Confluence/720p/MusicVisualisation.xml @@ -149,7 +149,7 @@ <control type="label">
<posx>890</posx>
<posy>115</posy>
- <width>370</width>
+ <width>500</width>
<height>25</height>
<label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
<align>right</align>
|