From f3dcdc3fff87cc51f19551a1ea1823f9d69b4512 Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Sun, 19 Mar 2023 18:47:46 +0100 Subject: [PATCH] Update Animation Editor Start position to center parent --- PCK-Studio/Forms/Editor/AnimationEditor.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PCK-Studio/Forms/Editor/AnimationEditor.Designer.cs b/PCK-Studio/Forms/Editor/AnimationEditor.Designer.cs index d930c450..d43d2f57 100644 --- a/PCK-Studio/Forms/Editor/AnimationEditor.Designer.cs +++ b/PCK-Studio/Forms/Editor/AnimationEditor.Designer.cs @@ -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);