mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Changed splash screen image stretch from uniform to fill
This commit is contained in:
parent
10f5bda1b8
commit
d72803f37b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user