mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user