From 00a4ff828fe46b772ad2a8a3866ca5c6d65e78b2 Mon Sep 17 00:00:00 2001 From: wj32 Date: Tue, 28 Oct 2008 04:40:07 +0000 Subject: [PATCH] Changed Help window to SizeableToolWindow git-svn-id: svn://svn.code.sf.net/p/processhacker/code@54 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- trunk/ProcessHacker/Forms/HelpWindow.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;