1. Main window now stored the Left and Top positions.

2. Added global setting to set the start mode of the Main Window.
This commit is contained in:
Brett Hewitson 2021-11-23 15:26:06 +10:00
parent 229ee09049
commit 34582ca91b
20 changed files with 286 additions and 58 deletions

View file

@ -552,6 +552,15 @@
<setting name="ManagePublicIPAutomatically" serializeAs="String">
<value>True</value>
</setting>
<setting name="MainWindow_Left" serializeAs="String">
<value>50</value>
</setting>
<setting name="MainWindow_Top" serializeAs="String">
<value>50</value>
</setting>
<setting name="MainWindow_WindowState" serializeAs="String">
<value>Normal</value>
</setting>
</ServerManagerTool.Config>
</userSettings>
</configuration>