Thanks. I figured that was it.
Also, is there a way to change how blurry the background is? The fade option doesn't seem to affect it. Assuming that's for brightness or something else.
Edit: figured it out in the XML, background blur option, changed 80 to 40 and it looks better imo. I do have a problem though... Some of them display like this:
How do I make it stretch to the full screen in platform view? Cheers. Awesome theme by the way.
Edit again... Think I found it.
<Image Name="GridRight" Source="{Binding Path=ActivePlatform.BackgroundImagePath}" Height="{Binding ElementName=Canvas, Path=ActualHeight}" Width="{Binding ElementName=Canvas, Path=ActualWidth}">
This line says Height and Width in the Platform view, but in the Game view XML it says ActualHeight and ActualWidth. I changed them to Actual in the Platform view and it seems to be stretching. Cheers!