Added Splitter to SectionCustomLevels

This commit is contained in:
Brett Hewitson 2021-11-12 15:13:07 +10:00
parent bae743859c
commit a28fc8f9b3
3 changed files with 35 additions and 13 deletions

View file

@ -737,7 +737,10 @@
<Setting Name="StackSizeOverrideGridHeight" Type="System.Windows.GridLength" Scope="User">
<Value Profile="(Default)">400</Value>
</Setting>
<Setting Name="CraftingOverrideItemGrid" Type="System.Windows.GridLength" Scope="User">
<Setting Name="CraftingOverrideItemGridHeight" Type="System.Windows.GridLength" Scope="User">
<Value Profile="(Default)">400</Value>
</Setting>
<Setting Name="CustomLevelsGridHeight" Type="System.Windows.GridLength" Scope="User">
<Value Profile="(Default)">400</Value>
</Setting>
</Settings>