diff --git a/trunk/CHANGELOG.txt b/trunk/CHANGELOG.txt index 76f3a473e..0a8b870bb 100644 --- a/trunk/CHANGELOG.txt +++ b/trunk/CHANGELOG.txt @@ -3,6 +3,7 @@ Process Hacker 1.3.3.0 * NEW: * #2596502 - "Add access keys" + * #2600995 - "Improvements to Help file" * #2602538 - "Move some options to new window" * #2602553 - "Add access key for Help" * #2602606 - "Display a warning when running on 64bit WIN" diff --git a/trunk/ProcessHacker/Forms/HelpWindow.Designer.cs b/trunk/ProcessHacker/Forms/HelpWindow.Designer.cs index d42fa73dc..a7872fa97 100644 --- a/trunk/ProcessHacker/Forms/HelpWindow.Designer.cs +++ b/trunk/ProcessHacker/Forms/HelpWindow.Designer.cs @@ -44,7 +44,7 @@ this.webBrowser.Location = new System.Drawing.Point(201, 12); this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser.Name = "webBrowser"; - this.webBrowser.Size = new System.Drawing.Size(390, 293); + this.webBrowser.Size = new System.Drawing.Size(535, 490); this.webBrowser.TabIndex = 0; this.webBrowser.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.webBrowser_PreviewKeyDown); // @@ -56,7 +56,7 @@ this.listBoxContents.IntegralHeight = false; this.listBoxContents.Location = new System.Drawing.Point(12, 12); this.listBoxContents.Name = "listBoxContents"; - this.listBoxContents.Size = new System.Drawing.Size(183, 293); + this.listBoxContents.Size = new System.Drawing.Size(183, 490); this.listBoxContents.TabIndex = 1; this.listBoxContents.SelectedIndexChanged += new System.EventHandler(this.listBoxContents_SelectedIndexChanged); // @@ -64,7 +64,7 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(603, 317); + this.ClientSize = new System.Drawing.Size(748, 514); this.Controls.Add(this.listBoxContents); this.Controls.Add(this.webBrowser); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); diff --git a/trunk/ProcessHacker/Help.htm b/trunk/ProcessHacker/Help.htm index 15d4f7283..950e4cef6 100644 --- a/trunk/ProcessHacker/Help.htm +++ b/trunk/ProcessHacker/Help.htm @@ -5,7 +5,7 @@ @@ -206,6 +206,10 @@ pre {
NtResumeProcess() API function to resume the selected
process(es).