mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Changed default "Enter Key" window postion
This commit is contained in:
parent
30a4c3f9b5
commit
a6d1e8caf2
1 changed files with 1 additions and 1 deletions
2
Crypto Notepad/EnterKeyForm.Designer.cs
generated
2
Crypto Notepad/EnterKeyForm.Designer.cs
generated
|
|
@ -126,7 +126,7 @@ private void InitializeComponent()
|
|||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "EnterKeyForm";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
||||
this.Text = "Crypto Notepad";
|
||||
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.EnterKeyForm_FormClosed);
|
||||
this.Load += new System.EventHandler(this.EnterKeyForm_Load);
|
||||
|
|
|
|||
Loading…
Reference in a new issue