I am trying to increase the font size of the PLI HD skin since I find it too small.
First I increased the scale:
Font sizes were larger but many words were clipped from the bottom.
I increased the size and itemHeight properties of many items, and of outer menus like setup, and system.
But for menus inside system, and for inner menus (a/v settingsm service searching,...), I can't find any options, and they look like the attached image.
For example the channel context menu:
There is a widget "menu", but there is no options for items in it.
Any idea how to fix this?
Also if anyone has documentation about skins, please share them.
ps e2skinner doesn't work with this skin, since it has some advanced items.
Thanks
First I increased the scale:
Code:
<fonts> <font name="Regular" filename="nmsbd.ttf" scale="[B]170[/B]"></font> <font name="LCD" filename="lcd.ttf" scale="120"></font> <font name="Console" filename="tuxtxt.ttf" scale="[B]170[/B]"></font> <font name="Fixed" filename="andale.ttf" scale="[B]170[/B]"></font> </fonts>
I increased the size and itemHeight properties of many items, and of outer menus like setup, and system.
But for menus inside system, and for inner menus (a/v settingsm service searching,...), I can't find any options, and they look like the attached image.
For example the channel context menu:
Code:
<!-- ChannelContextMenu --> <screen name="ChannelContextMenu" position="fill" flags="wfNoBorder"> <panel name="PigTemplate"/> <eLabel text="Channellist menu" position="85,30" size="1085,55" backgroundColor="secondBG" transparent="1" zPosition="1" font="Regular;24" valign="center" halign="left" /> [B]<widget name=[COLOR="Red"]"menu"[/COLOR] position="575,110" size="600,500" itemHeight="55" font="Regular;35" scrollbarMode="showOnDemand" selectionPixmap="PLi-HD/buttons/sel.png" />[/B] </screen>
Any idea how to fix this?
Also if anyone has documentation about skins, please share them.
ps e2skinner doesn't work with this skin, since it has some advanced items.
Thanks
Comment