diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-10-19 19:07:22 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-10-19 19:07:22 +0200 |
commit | 43b17485b10b5d3964dad3b8a53c762823dabd9e (patch) | |
tree | 93f4fb03d58e74d172fc4e2eb48c59d475aa621a /addons/skin.confluence/720p/MusicVisualisation.xml | |
parent | 37a0959099ce6589221c10097f2161558d1710ce (diff) |
[confluence] fix more white haze
Diffstat (limited to 'addons/skin.confluence/720p/MusicVisualisation.xml')
-rw-r--r-- | addons/skin.confluence/720p/MusicVisualisation.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.confluence/720p/MusicVisualisation.xml b/addons/skin.confluence/720p/MusicVisualisation.xml index 58b13c2bc5..e1836471a3 100644 --- a/addons/skin.confluence/720p/MusicVisualisation.xml +++ b/addons/skin.confluence/720p/MusicVisualisation.xml @@ -31,7 +31,7 @@ <posy>-150</posy> <width>1280</width> <height>256</height> - <texture flipy="true">HomeNowPlayingBack.png</texture> + <texture flipy="true" border="1">HomeNowPlayingBack.png</texture> </control> <control type="label"> <description>Partymode Header label</description> @@ -80,7 +80,7 @@ <posy>230r</posy> <width>1280</width> <height>230</height> - <texture>HomeNowPlayingBack.png</texture> + <texture border="1">HomeNowPlayingBack.png</texture> </control> <control type="image"> <description>cover image</description> |