From 6a09db6af46b99e450695f7621323fd4d12bf998 Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Sun, 19 Mar 2023 11:15:08 +0100 Subject: [PATCH] Animation Editor - Add 'InterpolationCheckbox.Anchor' --- PCK-Studio/Forms/Editor/AnimationEditor.Designer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/PCK-Studio/Forms/Editor/AnimationEditor.Designer.cs b/PCK-Studio/Forms/Editor/AnimationEditor.Designer.cs index 79d0ef09..d930c450 100644 --- a/PCK-Studio/Forms/Editor/AnimationEditor.Designer.cs +++ b/PCK-Studio/Forms/Editor/AnimationEditor.Designer.cs @@ -228,7 +228,6 @@ // // InterpolationCheckbox // - this.InterpolationCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.InterpolationCheckbox.AutoSize = true; this.InterpolationCheckbox.Location = new System.Drawing.Point(161, 63); this.InterpolationCheckbox.Name = "InterpolationCheckbox";