Kodi Community Forum
[FIX] Focused Home Visualiser: On texture - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: [FIX] Focused Home Visualiser: On texture (/showthread.php?tid=50564)



[FIX] Focused Home Visualiser: On texture - Hitcher - 2009-05-08

Before -

Image

After -

Image

Open up your Includes_Objects.xml and find this line -
Code:
        <texturefocus>dialogs/context_highlight.png</texturefocus>
and add this after it -
Code:
        <alttexturefocus>dialogs/context_highlight.png</alttexturefocus>



- paul - 2009-05-08

Hitcher Wrote:Before -

Image

After -

Image

Open up your Includes_Objects.xml and find this line -
Code:
<texturefocus>dialogs/context_highlight.png</texturefocus>
and add this after it -
Code:
<alttexturefocus>dialogs/context_highlight.png</alttexturefocus>
Nice work once again hitcherSmile


- logictester - 2009-05-08

great, thanks