Jump to content
LaunchBox Community Forums

Make changes to the default pause theme and nothing happens


Toaster777

Recommended Posts

I want to remove the the 3D box image from the pause theme so I went into the default pause theme and edited the arcade.xaml file and removed:

<Image Grid.Row="0" Grid.Column="2" Source="{Binding SelectedGame.ArcadeControlsInformationImagePath}" VerticalAlignment="Center"
                HorizontalAlignment="Center" RenderOptions.BitmapScalingMode="HighQuality" Margin="100">
                <Image.Effect>
                    <DropShadowEffect BlurRadius="10" Direction="-90" RenderingBias="Quality" ShadowDepth="1" />
                </Image.Effect>
            </Image> 

and in the section above this - the image in grid.column="1" I changed Binding SelectedGame.Box3DOrNormalImagePath to Binding SelectedGame.ArcadeControlsInformationImagePath

I figured this would just show the arcade controls where the 3D box was.

So I save this and then startup launchbox and pause an arcade game and nothing is different - it still shows the 3D box and the arcade controls. Does LaunchBox cache things somewhere?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...