Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.4.0 pre-release
-
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";
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
Issue Links
- links to