Skip to content

Commit

Permalink
Set required default value
Browse files Browse the repository at this point in the history
  • Loading branch information
fredden committed Jun 20, 2021
1 parent 11d29b5 commit 28062d1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 27 deletions.
2 changes: 1 addition & 1 deletion CountdownTimer/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<value>Black</value>
</setting>
<setting name="BackgroundColour" serializeAs="String">
<value />
<value>LightGray</value>
</setting>
<setting name="BackgroundTransparent" serializeAs="String">
<value>True</value>
Expand Down
51 changes: 26 additions & 25 deletions CountdownTimer/Properties/Settings.Designer.cs

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

2 changes: 1 addition & 1 deletion CountdownTimer/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<Value Profile="(Default)">Black</Value>
</Setting>
<Setting Name="BackgroundColour" Type="System.Drawing.Color" Scope="User">
<Value Profile="(Default)" />
<Value Profile="(Default)">LightGray</Value>
</Setting>
<Setting Name="BackgroundTransparent" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
Expand Down

0 comments on commit 28062d1

Please sign in to comment.