AppFrrame::OnMenu() tidy, correct wrong ColorTheme name (harmless)

This commit is contained in:
vsonnier
2017-02-26 11:18:09 +01:00
parent 1e14eece65
commit 469fc41805
3 changed files with 293 additions and 152 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ DefaultColorTheme::DefaultColorTheme() {
RadarColorTheme::RadarColorTheme() {
name = "Rad";
name = "Radar";
waterfallGradient.addColor(GradientColor(5.0f / 255.0f, 45.0f / 255.0f, 10.0f / 255.0f));
waterfallGradient.addColor(GradientColor(30.0f / 255.0f, 150.0f / 255.0f, 40.0f / 255.0f));
waterfallGradient.addColor(GradientColor(40.0f / 255.0f, 240.0f / 255.0f, 60.0f / 255.0f));