Ensure that thumbnail borders do NOT overlap with the EVE client window image

This commit is contained in:
Anton Kasyanov
2016-10-19 23:42:43 +03:00
parent 7ed8ade1eb
commit c56e173738
4 changed files with 55 additions and 13 deletions

View File

@@ -137,7 +137,7 @@ namespace EveOPreview.UI
view.IsOverlayEnabled = this._configuration.ShowThumbnailOverlays;
view.SetHighlight(this._configuration.EnableActiveClientHighlight && (view.Id == this._activeClientHandle), this._configuration.ActiveClientHighlightColor);
view.SetHighlight(this._configuration.EnableActiveClientHighlight && (view.Id == this._activeClientHandle), this._configuration.ActiveClientHighlightColor, 3);
if (!view.IsActive)
{