From e31188da69dce973b0f9f4510970ddd334a8cf8a Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 20 Nov 2019 19:50:27 +0200 Subject: [PATCH] Changed "copied to clipboard" fore color --- Crypto Notepad/AboutFrom.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Crypto Notepad/AboutFrom.Designer.cs b/Crypto Notepad/AboutFrom.Designer.cs index 999304a..a23900a 100644 --- a/Crypto Notepad/AboutFrom.Designer.cs +++ b/Crypto Notepad/AboutFrom.Designer.cs @@ -61,7 +61,7 @@ private void InitializeComponent() this.copyToClipboardLabel.AutoSize = true; this.copyToClipboardLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.copyToClipboardLabel.Font = new System.Drawing.Font("Segoe UI Semibold", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); - this.copyToClipboardLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark; + this.copyToClipboardLabel.ForeColor = System.Drawing.SystemColors.ControlDark; this.copyToClipboardLabel.Location = new System.Drawing.Point(214, 15); this.copyToClipboardLabel.Name = "copyToClipboardLabel"; this.copyToClipboardLabel.Size = new System.Drawing.Size(81, 14);