mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Changed "copied to clipboard" fore color
This commit is contained in:
parent
b7b6328c54
commit
e31188da69
1 changed files with 1 additions and 1 deletions
2
Crypto Notepad/AboutFrom.Designer.cs
generated
2
Crypto Notepad/AboutFrom.Designer.cs
generated
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue