* #2847691 - "Apply button bug"

* fixed OptionsWindow checkbox FlatStyle

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1806 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2009-09-01 06:54:53 +00:00
parent bd01ee1558
commit f3c1925659
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -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
+2 -1
View File
@@ -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;