From 5b51fd26c81068a0ddf5bb0024c2d61c02821e25 Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 18 Oct 2019 13:36:25 +0300 Subject: [PATCH] Changed location of "File locked" label --- Crypto Notepad/MainForm.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Crypto Notepad/MainForm.Designer.cs b/Crypto Notepad/MainForm.Designer.cs index 0623ab9..7e135d8 100644 --- a/Crypto Notepad/MainForm.Designer.cs +++ b/Crypto Notepad/MainForm.Designer.cs @@ -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;