mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 00:51:57 -05:00
fixed maximization in title screen
This commit is contained in:
parent
5e56859b9a
commit
cfd50b054e
1 changed files with 1 additions and 0 deletions
1
Histacom2/TitleScreen.Designer.cs
generated
1
Histacom2/TitleScreen.Designer.cs
generated
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue