diff options
| -rw-r--r-- | Histacom2/TitleScreen.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Histacom2/TitleScreen.Designer.cs b/Histacom2/TitleScreen.Designer.cs index 658da58..ccb18b2 100644 --- a/Histacom2/TitleScreen.Designer.cs +++ b/Histacom2/TitleScreen.Designer.cs @@ -320,6 +320,7 @@ this.Controls.Add(this.program); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; this.Name = "TitleScreen"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Tag = "ignoreFormOnTaskbar"; |
