Jump to content
LaunchBox Community Forums

ChomskysCat

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by ChomskysCat

  1. Hey DVgaming, if you just want to change the position of the clearlogo to center or right, you simply can edit the attribute "HorizontalAlignment" in Row 87 of the code in GameDetailsView.xaml. The code looks like this: <Image Grid.Row="0" Margin="24,24,0,0" MaxWidth="400" HorizontalAlignment="Left" Source="{Binding Game.ClearLogoImagePath}" Stretch="Uniform" StretchDirection="Both" RenderOptions.BitmapScalingMode="HighQuality" /> ...that will do the trick.
×
×
  • Create New...