Remove AcceptButton from TextPrompt Form

This commit is contained in:
miku-666
2022-11-06 00:21:12 +01:00
parent c34e999d97
commit 5e30fc197b

View File

@@ -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);