Changed Help window to SizeableToolWindow

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@54 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2008-10-28 04:40:07 +00:00
parent 8bb524df81
commit 00a4ff828f
+1 -1
View File
@@ -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;