mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Changed location of "File locked" label
This commit is contained in:
parent
14a1cf0715
commit
5b51fd26c8
1 changed files with 1 additions and 1 deletions
2
Crypto Notepad/MainForm.Designer.cs
generated
2
Crypto Notepad/MainForm.Designer.cs
generated
|
|
@ -1130,7 +1130,7 @@ public void InitializeComponent()
|
|||
this.fileLockedLabel.AutoEllipsis = true;
|
||||
this.fileLockedLabel.AutoSize = true;
|
||||
this.fileLockedLabel.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.fileLockedLabel.Location = new System.Drawing.Point(88, 3);
|
||||
this.fileLockedLabel.Location = new System.Drawing.Point(95, 3);
|
||||
this.fileLockedLabel.Name = "fileLockedLabel";
|
||||
this.fileLockedLabel.Size = new System.Drawing.Size(71, 17);
|
||||
this.fileLockedLabel.TabIndex = 7;
|
||||
|
|
|
|||
Loading…
Reference in a new issue