From cecb55ef578b71e0c8ae1af89049f2053c59ed6c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 4 Jan 2015 22:21:52 +0000 Subject: [PATCH] changed start position of window. --- mainWindow.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/mainWindow.Designer.cs b/mainWindow.Designer.cs index 14e3cd7..8cd1724 100644 --- a/mainWindow.Designer.cs +++ b/mainWindow.Designer.cs @@ -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);