changed start position of window.
This commit is contained in:
parent
f6f59e36e1
commit
cecb55ef57
1 changed files with 1 additions and 0 deletions
1
mainWindow.Designer.cs
generated
1
mainWindow.Designer.cs
generated
|
@ -73,6 +73,7 @@
|
|||
this.Controls.Add(this.inputBox);
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "mainWindow";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "Pithos - Main Window";
|
||||
this.Load += new System.EventHandler(this.mainWindow_Load);
|
||||
this.ResumeLayout(false);
|
||||
|
|
Reference in a new issue