Jump to content
LaunchBox Community Forums

Somanygamessolittletime

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Somanygamessolittletime

    Hi Well done for your hard work. Being familiar with Retropie, I really like the emulationstation theme.One suggestion regarding the Games Available option (#07). The margins for this don't look right. I had a play around with it and think the code you should replace with should be: <!-- PLATFORM TOTAL GAMES --> <TextBlock Grid.Row="2" Text="GAMES AVAILABLE: " Foreground="#393a3b" FontFamily="Segoe UI Semilight" FontSize="40" TextAlignment="Left" Margin="550,0,0,0"/> <TextBlock Grid.Row="2" Text="{Binding Path=SelectedPlatform.TotalGameCount}" Foreground="#393a3b" FontFamily="Segoe UI Semilight" FontSize="40" TextAlignment="Left" Margin="950,0,0,0"/> The text alignment of 550 & 950 respectively seems to mirror the original a little closer. I have also found that if you edit this in platformwheel2filtersview instead this gives a theme again closer to the original. Personal preference I suppose, but some might find this useful. Once again, thanks for the theme!
×
×
  • Create New...