From 5e30fc197b07f2a1705d01a989a7f598503e5d0f Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Sun, 6 Nov 2022 00:21:12 +0100 Subject: [PATCH] Remove AcceptButton from TextPrompt Form --- PCK-Studio/Forms/Additional-Popups/TextPrompt.Designer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/PCK-Studio/Forms/Additional-Popups/TextPrompt.Designer.cs b/PCK-Studio/Forms/Additional-Popups/TextPrompt.Designer.cs index 34269697..1c6a7376 100644 --- a/PCK-Studio/Forms/Additional-Popups/TextPrompt.Designer.cs +++ b/PCK-Studio/Forms/Additional-Popups/TextPrompt.Designer.cs @@ -96,7 +96,6 @@ // // TextPrompt // - this.AcceptButton = this.okBtn; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(358, 385);