diff options
author | Jezz_X <jezzx2@gmail.com> | 2011-05-18 14:10:44 +1000 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2011-05-18 14:10:44 +1000 |
commit | bd1034f134af55afcba0de836794dab53e04c454 (patch) | |
tree | 8cdcd79c5fdeea2e51c532f3a9673d8b7411e1cc /addons | |
parent | e21f0c3e7d25a6f11f3f9bc4c5ded080e586d5f0 (diff) |
Changed: [Confluence] Background load the home recently added items to fix a stutter going to the Videos option
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/IncludesHomeRecentlyAdded.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addons/skin.confluence/720p/IncludesHomeRecentlyAdded.xml b/addons/skin.confluence/720p/IncludesHomeRecentlyAdded.xml index c77e6c0395..e90ac5383a 100644 --- a/addons/skin.confluence/720p/IncludesHomeRecentlyAdded.xml +++ b/addons/skin.confluence/720p/IncludesHomeRecentlyAdded.xml @@ -57,7 +57,7 @@ <posy>10</posy> <width>160</width> <height>170</height> - <texture>$INFO[ListItem.Icon]</texture> + <texture background="true">$INFO[ListItem.Icon]</texture> <bordertexture border="5">button-nofocus.png</bordertexture> <bordersize>5</bordersize> </control> @@ -89,7 +89,7 @@ <posy>10</posy> <width>160</width> <height>170</height> - <texture>$INFO[ListItem.Icon]</texture> + <texture background="true">$INFO[ListItem.Icon]</texture> <bordertexture border="5">folder-focus.png</bordertexture> <bordersize>5</bordersize> <visible>Control.HasFocus(8000)</visible> @@ -208,7 +208,7 @@ <width>220</width> <height>155</height> <aspectratio>scale</aspectratio> - <texture>$INFO[ListItem.Icon]</texture> + <texture background="true">$INFO[ListItem.Icon]</texture> <bordertexture border="5">button-nofocus.png</bordertexture> <bordersize>5</bordersize> </control> @@ -254,7 +254,7 @@ <width>220</width> <height>155</height> <aspectratio>scale</aspectratio> - <texture>$INFO[ListItem.Icon]</texture> + <texture background="true">$INFO[ListItem.Icon]</texture> <bordertexture border="5">folder-focus.png</bordertexture> <bordersize>5</bordersize> <visible>Control.HasFocus(8001)</visible> |