From 41c6dac84088e01b4c943d1d9407991897cf7168 Mon Sep 17 00:00:00 2001 From: Bitl Date: Wed, 19 Oct 2022 10:35:54 -0700 Subject: [PATCH] Update CustomGraphicsOptions.Designer.cs --- Novetus/NovetusLauncher/Forms/CustomGraphicsOptions.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Novetus/NovetusLauncher/Forms/CustomGraphicsOptions.Designer.cs b/Novetus/NovetusLauncher/Forms/CustomGraphicsOptions.Designer.cs index 867f73c..5f278d4 100644 --- a/Novetus/NovetusLauncher/Forms/CustomGraphicsOptions.Designer.cs +++ b/Novetus/NovetusLauncher/Forms/CustomGraphicsOptions.Designer.cs @@ -478,6 +478,7 @@ this.Controls.Add(this.label9); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; this.Name = "CustomGraphicsOptions"; this.Text = "Custom Graphics Settings"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CustomGraphicsOptions_Close);