diff --git a/trunk/CHANGELOG.txt b/trunk/CHANGELOG.txt index da47a4e9e..c3f1ea282 100644 --- a/trunk/CHANGELOG.txt +++ b/trunk/CHANGELOG.txt @@ -10,6 +10,7 @@ Process Hacker * FIXED: * #2820170 - "System.ArgumentOutOfRangeException in network list" * #2845427 - "Indicator integer overflow" + * #2847691 - "Apply button bug" * Critical KProcessHacker denial-of-service security issues * Incorrect menu items for System threads * Crash when viewing error details in the event diff --git a/trunk/ProcessHacker/Forms/OptionsWindow.Designer.cs b/trunk/ProcessHacker/Forms/OptionsWindow.Designer.cs index f790ad29a..745b93615 100644 --- a/trunk/ProcessHacker/Forms/OptionsWindow.Designer.cs +++ b/trunk/ProcessHacker/Forms/OptionsWindow.Designer.cs @@ -971,9 +971,10 @@ // checkUpdateAutomatically // this.checkUpdateAutomatically.AutoSize = true; + this.checkUpdateAutomatically.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkUpdateAutomatically.Location = new System.Drawing.Point(6, 77); this.checkUpdateAutomatically.Name = "checkUpdateAutomatically"; - this.checkUpdateAutomatically.Size = new System.Drawing.Size(177, 17); + this.checkUpdateAutomatically.Size = new System.Drawing.Size(183, 18); this.checkUpdateAutomatically.TabIndex = 27; this.checkUpdateAutomatically.Text = "Check for updates automatically"; this.checkUpdateAutomatically.UseVisualStyleBackColor = true;