NextPVR Forums

Full Version: NPVR Default Skin Menu Size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I use the default skin in NPVR and wondered if there was a setting anywhere to change the number of visible main menu items from 6 to something larger? I use the Vertical menu. Happy with editting XML if necessary.

Thanks
It doesn't show it in the default file, but you can edit C:\Users\Public\NPVR\Skin\Default\Menu\Vertical.xml to add a visibleButtons attribute with the number of buttons you want to display:

Code:
<Element name="MenuButtonNormal" location="3,26" size="30,8" visibleButtons="8">
    <Text text="@buttonText" location="13,00" size="100,100" font="MenuItems" align="Left" valign="Center"/>
  </Element>
Cool, thanks very much sub.