Ensure that thumbnail borders do NOT overlap with the EVE client window image
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user