Changed splash screen image stretch from uniform to fill

This commit is contained in:
erri120 2019-10-07 14:39:41 +02:00
parent 10f5bda1b8
commit d72803f37b
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -37,7 +37,7 @@
<RowDefinition Height="*"/>
<RowDefinition Height="30"/>
</Grid.RowDefinitions>
<Image Grid.Row="0" Source="{Binding SplashScreenImage}" Stretch="Uniform"></Image>
<Image Grid.Row="0" Source="{Binding SplashScreenImage}" Stretch="Fill"></Image>
<Button Grid.Row="1" Height="30" Command="{Binding OpenModListPropertiesCommand}">
<TextBlock Text="Modlist Properties" FontSize="15" FontWeight="Bold"></TextBlock>
</Button>