mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Added config for grid heights
This commit is contained in:
parent
45765b5bb4
commit
525c30b9cd
4 changed files with 67 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue