Update Save Window location and size

This commit is contained in:
2022-11-08 20:22:44 +08:00
parent a4cf38dd71
commit e7347a1a26
4 changed files with 62 additions and 2 deletions

View File

@@ -44,5 +44,11 @@
<Setting Name="ShopJsonPath" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="MainFormLocation" Type="System.Drawing.Point" Scope="User">
<Value Profile="(Default)">0, 0</Value>
</Setting>
<Setting Name="MainFormSize" Type="System.Drawing.Size" Scope="User">
<Value Profile="(Default)">0, 0</Value>
</Setting>
</Settings>
</SettingsFile>