Uploaded image for project: 'MediaPortal 1'
  1. MediaPortal 1
  2. MP1-2539

In the event of an incompatible skin (or MP Debug Mode) use Titan instead of DefaultWide

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.4.0
    • 1.4.0 pre-release
    • MediaPortal 1
    • None
    • Operating System: Windows 7
      Platform: Intel

    Description

      Since Titan is our default skin now, it should be the fallback position for widescreen skins if the user-selected skin cannot be loaded, and should also be used by MediaPortal Debug Mode.

      h4. Additional Information
      Fix is as follows:

      In MediaPortal-1\mediaportal\MediaPortal.Application\MediaPortal.cs

      change

      GUIGraphicsContext.Skin = screenRatio > 1.5 ? "DefaultWide" : "Default";

      to

      GUIGraphicsContext.Skin = screenRatio > 1.5 ? "Titan" : "Default";


      and in MediaPortal-1\mediaportal\WatchDog\MPWatchDog.cs

      change

      private const string Default16To9Skin = "DefaultWide";

      to

      private const string Default16To9Skin = "Titan";

      Attachments

        Activity

          People

            sebastiii sebastiii
            elliottmc elliottmc (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: