Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Changed default values to Location and Size.
Browse files Browse the repository at this point in the history
  • Loading branch information
alvr committed Oct 1, 2016
1 parent efe1712 commit 5049a65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ASFui/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
<value />
</setting>
<setting name="Location" serializeAs="String">
<value>0, 0</value>
<value>50, 50</value>
</setting>
<setting name="Size" serializeAs="String">
<value>0, 0</value>
<value>770, 555</value>
</setting>
<setting name="Maximized" serializeAs="String">
<value>False</value>
Expand Down
4 changes: 2 additions & 2 deletions ASFui/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ASFui/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<Value Profile="(Default)" />
</Setting>
<Setting Name="Location" Type="System.Drawing.Point" Scope="User">
<Value Profile="(Default)">0, 0</Value>
<Value Profile="(Default)">50, 50</Value>
</Setting>
<Setting Name="Size" Type="System.Drawing.Size" Scope="User">
<Value Profile="(Default)">0, 0</Value>
<Value Profile="(Default)">770, 555</Value>
</Setting>
<Setting Name="Maximized" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
Expand Down

0 comments on commit 5049a65

Please sign in to comment.