Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
Updated Version, Fixed Color Consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoH17 committed Apr 9, 2020
1 parent 9a6b648 commit e8d661a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DataWrangler/Forms/ImportRecords.cs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ private bool ValidateForm()
{
hasError = true;
txtRecordTypeName.UseCustomBackColor = true;
txtRecordTypeName.BackColor = Color.Yellow;
txtRecordTypeName.BackColor = MetroColors.Yellow;
txtRecordTypeName.Refresh();
}
else
Expand Down
4 changes: 2 additions & 2 deletions DataWrangler/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.2")]
[assembly: AssemblyFileVersion("1.0.2")]
[assembly: AssemblyVersion("1.0.3")]
[assembly: AssemblyFileVersion("1.0.3")]

0 comments on commit e8d661a

Please sign in to comment.