Hi IMS,
In the satfinder screen your progress bars are too small (or your frame too large), the bar is 1000px your frame 1080px
It concerns bar-big.png
It could be solved quick and dirty by reducing the frame to 1000px and move the SNR and AGC txt from 950 to 870, here is a part of that screen
<!-- Satfinder -->
<screen name="Satfinder" title="Satfinder" position="fill" flags="wfNoBorder">
<panel name="BasicTemplate"/>
<widget source="Frontend" render="Progress" pixmap="PLi-HD/infobar/bar_big.png" position="100,100" size="1000,50" borderWidth="1" borderColor="un808888">
<convert type="FrontendInfo">SNR</convert>
</widget>
<eLabel text="SNR:" position="100,100" size="100,50" valign="center" backgroundColor="darkgrey" borderWidth="1" transparent="1" font="Regular; 35" />
<widget source="Frontend" render="Label" position="870,100" size="225,50" halign="right" valign="center" borderWidth="1" transparent="1" font="Regular;35">
<convert type="FrontendInfo">SNR</convert>
</widget>
<widget source="Frontend" render="Progress" pixmap="PLi-HD/infobar/bar_big.png" position="100,160" size="1000,50" borderWidth="1" borderColor="un808888">
<convert type="FrontendInfo">AGC</convert>
</widget>
<eLabel text="AGC:" position="100,160" size="100,50" valign="center" backgroundColor="darkgrey" borderWidth="1" transparent="1" font="Regular; 35" />
<widget source="Frontend" render="Label" position="870,160" size="225,50" halign="right" valign="center" borderWidth="1" transparent="1" font="Regular;35">
<convert type="FrontendInfo">AGC</convert>
</widget>
Here is the whole skin