Normal
Thats dissapointing, the fix was very simple, same as the original fix but use a Ypos offset of -30 so hiding the text. If you look at the Basichome.xml the label should be there for <menuoption>0 and <menuoption>1, i.e. <control> <description>PLUGINS0</description> <type>button</type> <id>1700</id> <posX>0</posX> <posY>-30</posY> <label>PLUGINS</label><width>1280</width> <height>720</height> <textureFocus>-</textureFocus> <textureNoFocus>-</textureNoFocus> <hyperlink>34</hyperlink> <hover>-</hover> <onleft>1808</onleft> <onright>1701</onright> <onup>160001</onup> <visible>Control.IsVisible(1700)</visible></control> if you check that it looks like te above please, just for a sanity check. It works for my display so there may be some off about the Antec display or the way minidisplay handles it, would appricate feedback from other Antec users. Cheers I know it limits the options but did not want start messing with the fonts file as it will have an impact on other parts of the skin...but I will add a fonts editing tab along with a disclaimer about the impact changing them could have should not take long
Thats dissapointing, the fix was very simple, same as the original fix but use a Ypos offset of -30 so hiding the text. If you look at the Basichome.xml the label should be there for <menuoption>0 and <menuoption>1, i.e.
<control>
<description>PLUGINS0</description>
<type>button</type>
<id>1700</id>
<posX>0</posX>
<posY>-30</posY>
<label>PLUGINS</label>
<width>1280</width>
<height>720</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
<hyperlink>34</hyperlink>
<hover>-</hover>
<onleft>1808</onleft>
<onright>1701</onright>
<onup>160001</onup>
<visible>Control.IsVisible(1700)</visible>
</control>
if you check that it looks like te above please, just for a sanity check. It works for my display so there may be some off about the Antec display or the way minidisplay handles it, would appricate feedback from other Antec users.
Cheers
I know it limits the options but did not want start messing with the fonts file as it will have an impact on other parts of the skin...but I will add a fonts editing tab along with a disclaimer about the impact changing them could have
should not take long