Home menu GUI
#1
Since its my first post, I want to say awesome what you guys have done here. Smile

But I have a small annoyance I want to fix but couldn't figure it out.
Followed this guide (http://forum.xbmc.org/forumdisplay.php?fid=110) to customize it (not finished) and no matter how I organize it the 3rd from the bottom will have that border gap problem.

Image
Reply
#2
not sure what guide you've used (the link doesn't take me there),
but better ask for help there...

...or read my outdated tutorial,
the bit about moving the top and bottom shadow is probably what you need.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Star 
Thanks, I looked for the bottom shadow and changed position Y to the right number. Smile

Code:
<control type="image">
    <posx>0</posx>
    <posy>[color=red]120[/color]</posy>
    <height>13</height>
    <texture border="30,0,30,0">[b]shadow-home-bottom.png[/b]</texture>
    <include condition="!Skin.HasSetting(WideHomeMenu)">HomeButtonNormal</include>
    <include condition="Skin.HasSetting(WideHomeMenu)">HomeButtonWide</include>
</control>
Reply

Logout Mark Read Team Forum Stats Members Help
Home menu GUI0