From cfd50b054ea1f5e3725d66290411ae6d084bc65a Mon Sep 17 00:00:00 2001 From: lempamo Date: Mon, 6 Nov 2017 19:04:37 -0500 Subject: [PATCH] fixed maximization in title screen --- Histacom2/TitleScreen.Designer.cs | 1 + 1 file changed, 1 insertion(+) 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 @@ private void InitializeComponent() 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";