diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/FramesPrompt.Designer.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/FramesPrompt.Designer.cs index 106e493908..1bf38cfd98 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/FramesPrompt.Designer.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/FramesPrompt.Designer.cs @@ -88,6 +88,8 @@ this.Controls.Add(this.CancelBtn); this.Controls.Add(this.OkBtn); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; + this.MaximizeBox = false; + this.MinimizeBox = false; this.Name = "FramesPrompt"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;