Skip to content

Commit

Permalink
Updating version and fixing invisible settings dropdownns
Browse files Browse the repository at this point in the history
  • Loading branch information
Wires77 committed May 31, 2017
1 parent ec00cfd commit aa9fdd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Elpis/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.5.2")]
[assembly: AssemblyVersion("1.5.3")]
//[assembly: AssemblyFileVersion("0.0.0.0")]
4 changes: 2 additions & 2 deletions Elpis/Styles/Colors.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<Color x:Key="ShadeDark">#212121</Color>
<Color x:Key="ShadeMediumDark">#263238</Color>
<Color x:Key="ShadeMedium">#90A4AE</Color>
<Color x:Key="ShadeMediumLight">#90A4AE</Color>
<Color x:Key="ShadeMediumLight">#cfd8dc</Color>
<Color x:Key="ShadeLight">#FFFFFF</Color>
<Color x:Key="TransparencyShade">#757575</Color>
<Color x:Key="TransparencyShade">#212121</Color>

<Color x:Key="ErrorShade">#EE0000</Color>

Expand Down

0 comments on commit aa9fdd3

Please sign in to comment.