Update Animation Editor Start position to center parent

This commit is contained in:
miku-666
2023-03-19 18:47:46 +01:00
parent f32d4b3a99
commit f3dcdc3fff

View File

@@ -316,6 +316,7 @@
this.Location = new System.Drawing.Point(0, 0);
this.MinimumSize = new System.Drawing.Size(412, 362);
this.Name = "AnimationEditor";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Animation Editor";
this.contextMenuStrip1.ResumeLayout(false);
this.menuStrip.ResumeLayout(false);