Center SimpleTrainer on open

Accidentally omitted.
This commit is contained in:
Kaphotics
2016-07-28 22:09:39 -07:00
parent 57899a7da9
commit cd32c79ba9

View File

@@ -673,6 +673,7 @@ private void InitializeComponent()
this.Controls.Add(this.GB_Adventure);
this.MinimumSize = new System.Drawing.Size(400, 300);
this.Name = "SAV_SimpleTrainer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Trainer Data Editor";
this.GB_Adventure.ResumeLayout(false);
this.GB_Adventure.PerformLayout();