changed start position of window.

This commit is contained in:
Jake Howard 2015-01-04 22:21:52 +00:00
parent f6f59e36e1
commit cecb55ef57

View File

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