Changed "copied to clipboard" fore color

This commit is contained in:
Alexander 2019-11-20 19:50:27 +02:00
parent b7b6328c54
commit e31188da69

View file

@ -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);