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

@ -719,5 +719,17 @@
<Setting Name="PreventTransferOverrideGridHeight" Type="System.Windows.GridLength" Scope="User">
<Value Profile="(Default)">400</Value>
</Setting>
<Setting Name="SupplyCratesGridHeight" Type="System.Windows.GridLength" Scope="User">
<Value Profile="(Default)">200</Value>
</Setting>
<Setting Name="SupplyCrateItemSetsGridHeight" Type="System.Windows.GridLength" Scope="User">
<Value Profile="(Default)">200</Value>
</Setting>
<Setting Name="SupplyCrateItemSetEntriesGridHeight" Type="System.Windows.GridLength" Scope="User">
<Value Profile="(Default)">200</Value>
</Setting>
<Setting Name="SupplyCrateItemsGridHeight" Type="System.Windows.GridLength" Scope="User">
<Value Profile="(Default)">200</Value>
</Setting>
</Settings>
</SettingsFile>