mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-27 19:04:21 -05:00
Center SimpleTrainer on open
Accidentally omitted.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user