fixed maximization in title screen

This commit is contained in:
lempamo 2017-11-06 19:04:37 -05:00
parent 5e56859b9a
commit cfd50b054e

View file

@ -320,6 +320,7 @@ private void InitializeComponent()
this.Controls.Add(this.program); this.Controls.Add(this.program);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "TitleScreen"; this.Name = "TitleScreen";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Tag = "ignoreFormOnTaskbar"; this.Tag = "ignoreFormOnTaskbar";