[FIXED] Some OSD's are not high enough (1 Viewer)

fischy667

Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    In some OSD's I have a line at the bottom from the background which is not covert.

    For e.g. in the tvZAPOSD.xml

    Code:
    	<control>
    	  <description>background</description>
    	  <type>image</type>
    	  <id>0</id>
    	  <posX>0</posX>
    	  <posY>784</posY>
    	  <width>1920</width>
    	  <height>295</height>
    	  <texture>osdbackground1.png</texture>
    	</control>

    784 (position) + 295 (height) = 1079 (Should be 1080)
     
    Last edited by a moderator:

    Users who are viewing this thread

    Top Bottom