Jump to content
LaunchBox Community Forums

Zakiu

Members
  • Posts

    7
  • Joined

  • Last visited

File Comments posted by Zakiu

    Default Plus

       1,603    37
    16 hours ago, emul8 said:

    Hi,  Great theme!

    But I have a problem; I don't want the game title to appear in my banner; how do I disable it?

     

    Here's how i fixed it:

    Find the GameDetailsView.xaml file in the themes folder

    Find this line of code:

    <panel:OutlinedTextBlock Text="{Binding Title}" Fill="{Binding ForegroundBrush}" FontFamily="{Binding TitleFontFamily}"
                        FontSize="24" FontWeight="{Binding TitleFontWeight}" FontStyle="{Binding TitleFontStyle}"
                        TextWrapping="Wrap" TextAlignment="Center" VerticalAlignment="Center" Stroke="#333333" StrokeThickness="2">
                        <panel:OutlinedTextBlock.Style>

    Simply change the FontSize="24" to FontSize="0.1" and StrokeThickness="2" to StrokeThickness="0.1"

    Font will be so small; that it is practically invisible.  Value must be greater than zero, or it breaks the game details style

    Works well if your banner already has a game title! 😁

    Although I think a menu option isn't too complicated to implement; for now this quick and dirty workaround does the job

×
×
  • Create New...