Double arrow in recordings list (1 Viewer)

fischy667

Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    I see two overlaying arrows when I mark the back button in the recordings list.

    I commented out line 199 - 213, now its fine. Please fix it in the official release. Maybe you have another solution, because the arrow looks deformed.

    Code:
        <control>
          <description>Folder Thumb</description>
          <type>image</type>
          <id>0</id>
          <posX>190</posX>
          <posY>355</posY>
          <width>384</width>
          <height>384</height>
          <texture>DefaultFolderBackBig.png</texture>
          <visible>control.hasfocus(50)+string.equals(#selectedindex,)+!control.hastext(17)</visible>
          <animation effect="fade" time="250">WindowOpen</animation>
          <animation effect="fade" time="250">WindowClose</animation>
          <animation effect="slide" time="150" start="-1200,0">WindowOpen</animation>
          <animation effect="slide" time="250" end="-1200,0">WindowClose</animation>
        </control>
     

    Attachments

    • 08-47-54.png
      08-47-54.png
      997.8 KB
    • 08-57-08.png
      08-57-08.png
      1.4 MB

    Users who are viewing this thread

    Top Bottom