From 0bc3ccaa7269d7d30129610e67484e398f33121a Mon Sep 17 00:00:00 2001 From: Izakbar Date: Mon, 11 Nov 2024 22:05:38 +0000 Subject: [PATCH] tabs instead of 4 spaces for tabs - to assist with diffs --- .../Presenters/Implementation/MainFormPresenter.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Eve-O-Preview/Presenters/Implementation/MainFormPresenter.cs b/src/Eve-O-Preview/Presenters/Implementation/MainFormPresenter.cs index 245fd0d..d051275 100644 --- a/src/Eve-O-Preview/Presenters/Implementation/MainFormPresenter.cs +++ b/src/Eve-O-Preview/Presenters/Implementation/MainFormPresenter.cs @@ -129,11 +129,11 @@ namespace EveOPreview.Presenters this.View.EnableActiveClientHighlight = this._configuration.EnableActiveClientHighlight; this.View.ActiveClientHighlightColor = this._configuration.ActiveClientHighlightColor; - this.View.OverlayLabelColor = this._configuration.OverlayLabelColor; - this.View.OverlayLabelSize = this._configuration.OverlayLabelSize; - } + this.View.OverlayLabelColor = this._configuration.OverlayLabelColor; + this.View.OverlayLabelSize = this._configuration.OverlayLabelSize; + } - private async void SaveApplicationSettings() + private async void SaveApplicationSettings() { this._configuration.MinimizeToTray = this.View.MinimizeToTray;