Set proper defaults for Highlight-related options

This commit is contained in:
Anton Kasyanov
2016-08-17 23:16:16 +03:00
parent f6d9ca6c84
commit 130e543c2d

View File

@@ -32,8 +32,8 @@ namespace EveOPreview.Configuration
this.ShowThumbnailOverlays = true;
this.ShowThumbnailFrames = true;
this.EnableActiveClientHighlight = true;
this.ActiveClientHighlightColor = Color.GreenYellow;
this.EnableActiveClientHighlight = false;
this.ActiveClientHighlightColor = Color.Yellow;
this.PerClientLayout = new Dictionary<string, Dictionary<string, Point>>();
this.FlatLayout = new Dictionary<string, Point>();