Kodi Community Forum

Full Version: Modify home menu xml file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have modified the includes_home.xml file to give me more than the 3 usual custom menu items (following a tutorial elsewhere in this forum).

But now I I have too many items to show. I use the vertical menu layout, and one or two items are off the bottom of the page, and I'd like to move the whole set upwards.
What do I need to edit to modify the vertical position of the buttons on the home page?

I'm using Eden, so not using the latest Transparency 5, if it makes a difference.
After many hours struggling with this, I naturally figure it out immediately after posting my question.

To anyone interested, it's the section that starts:
Code:
<include name="VerticalMenu">
<include>Window_OpenClose_Home_Panel_Animation</include>
    <control type="group">
            <posx>12</posx>
            <posy>356</posy>

Change that posy entry and scroll down to the next posy, and change that one too. Voila.