diff --git a/trunk/ProcessHacker/Forms/HelpWindow.Designer.cs b/trunk/ProcessHacker/Forms/HelpWindow.Designer.cs index a187caa74..cddec15b5 100644 --- a/trunk/ProcessHacker/Forms/HelpWindow.Designer.cs +++ b/trunk/ProcessHacker/Forms/HelpWindow.Designer.cs @@ -63,7 +63,7 @@ this.ClientSize = new System.Drawing.Size(603, 380); this.Controls.Add(this.listBoxContents); this.Controls.Add(this.webBrowser); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "HelpWindow"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;