Added splitter to SectionServerFiles and

This commit is contained in:
Brett Hewitson 2021-11-12 15:37:47 +10:00
parent a28fc8f9b3
commit 6377fe9c5c
4 changed files with 115 additions and 16 deletions

View file

@ -743,5 +743,17 @@
<Setting Name="CustomLevelsGridHeight" Type="System.Windows.GridLength" Scope="User">
<Value Profile="(Default)">400</Value>
</Setting>
<Setting Name="CustomEngineSettingsGridHeight" Type="System.Windows.GridLength" Scope="User">
<Value Profile="(Default)">400</Value>
</Setting>
<Setting Name="CustomGameSettingsGridHeight" Type="System.Windows.GridLength" Scope="User">
<Value Profile="(Default)">400</Value>
</Setting>
<Setting Name="CustomGameUserSettingsGridHeight" Type="System.Windows.GridLength" Scope="User">
<Value Profile="(Default)">400</Value>
</Setting>
<Setting Name="ServerFilesGridHeight" Type="System.Windows.GridLength" Scope="User">
<Value Profile="(Default)">250</Value>
</Setting>
</Settings>
</SettingsFile>