Fixed banner image resizing the entire grid

This commit is contained in:
erri120 2019-10-09 14:47:39 +02:00
parent 5d467a0ef5
commit 938e8a5156
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -16,7 +16,7 @@
<Grid Margin="4,0,4,0">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*"/>
<RowDefinition Height="*" MaxHeight="435"/>
<RowDefinition Height="10" />
<RowDefinition Height="Auto" />
<RowDefinition Height="320"/>