Changed location of "File locked" label

This commit is contained in:
Alexander 2019-10-18 13:36:25 +03:00
parent 14a1cf0715
commit 5b51fd26c8

View file

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