Added config for grid heights

This commit is contained in:
Brett Hewitson 2021-11-12 13:11:01 +10:00
parent 45765b5bb4
commit 525c30b9cd
4 changed files with 67 additions and 4 deletions

View file

@ -5088,13 +5088,13 @@
<Grid.RowDefinitions>
<RowDefinition/>
<RowDefinition/>
<RowDefinition Height="200" MinHeight="200"/>
<RowDefinition Height="{Binding CurrentConfig.SupplyCratesGridHeight, ElementName=SettingsControl, FallbackValue=200, Mode=TwoWay}" MinHeight="200"/>
<RowDefinition/>
<RowDefinition Height="200" MinHeight="200"/>
<RowDefinition Height="{Binding CurrentConfig.SupplyCrateItemSetsGridHeight, ElementName=SettingsControl, FallbackValue=200, Mode=TwoWay}" MinHeight="200"/>
<RowDefinition/>
<RowDefinition Height="200" MinHeight="200"/>
<RowDefinition Height="{Binding CurrentConfig.SupplyCrateItemSetEntriesGridHeight, ElementName=SettingsControl, FallbackValue=200, Mode=TwoWay}" MinHeight="200"/>
<RowDefinition/>
<RowDefinition Height="200" MinHeight="200"/>
<RowDefinition Height="{Binding CurrentConfig.SupplyCrateItemsGridHeight, ElementName=SettingsControl, FallbackValue=200, Mode=TwoWay}" MinHeight="200"/>
<RowDefinition/>
<RowDefinition Height="1" MinHeight="1"/>
</Grid.RowDefinitions>