To the maker of this skin - a big thanks. Loving it :-)

There is one small issue I have discovered on my copy of the skin (using OpenVix latest release and skin from built-in repository) - screen res set to 1080x1024

On the IMDB screen some of the text seems to be superimposed on itsself like this image below. Looks like the cast bit needs to move down a bit as it is being obliterated by the "season" and "Release date" info.
2020-04-05 17_42_34-Window.jpg

I have looked at the code under the common directory inside the ...common.xml file:

<!-- ## IMDB ## -->
<screen name="IMDB" position="fill" flags="wfNoBorder" backgroundColor="transparent">
<panel name="FullScreenTemplate" />
<widget name="titellabel" position="22,10" size="850,50" font="menulist;34" foregroundColor="maincolour" backgroundColor="menubackground" valign="center" halign="center" transparent="1" zPosition="2" />
<widget name="statusbar" position="22,40" size="850,100" font="menulist;34" foregroundColor="maincolour" backgroundColor="menubackground" halign="left" valign="center" transparent="1" zPosition="2" />
<widget name="menu" position="22,140" size="850,800" font="menulist;34" itemHeight="50" foregroundColor="maincolour" backgroundColor="menubackground" scrollbarMode="showOnDemand" transparent="1" zPosition="2" />
<widget name="castlabel" position="22,140" size="850,800" font="menulist;34" foregroundColor="maincolour" backgroundColor="menubackground" transparent="1" />
<widget name="detailslabel" position="22,140" size="850,800" font="menulist;34" itemHeight="50" foregroundColor="maincolour" backgroundColor="menubackground" halign="center" valign="center" transparent="1" />
<widget name="extralabel" position="22,140" size="850,850" font="menulist;34" foregroundColor="maincolour" backgroundColor="menubackground" transparent="1" />
<widget name="ratinglabel" position="22,900" size="850,50" font="menulist;34" foregroundColor="maincolour" backgroundColor="menubackground" transparent="1" halign="left" valign="center" zPosition="2" />
<widget name="starsbg" pixmap="imdb/starsbar_empty.png" position="22,950" size="315,32" backgroundColor="menubackground" transparent="1" alphatest="blend" zPosition="2" />
<widget name="stars" pixmap="imdb/starsbar_filled.png" position="22,950" size="315,32" backgroundColor="menubackground" transparent="1" alphatest="blend" zPosition="3" />
<widget name="poster" position="1250,600" size="335,377" alphatest="blend" zPosition="2" />
<panel name="ButtonBar" />
</screen>


... but I'm not sure what to change as I don't want to F the whole thing up.

Can a more knowledgeable person please give me a pointer.


Thanks
Paul