Don't make UpdateDialog TopMost, that's globally always-on-top

This commit is contained in:
baldurk
2015-09-15 18:42:42 +02:00
parent 219bd2d434
commit 1f3a83cf38
-1
View File
@@ -115,7 +115,6 @@
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Update Available";
this.TopMost = true;
this.ResumeLayout(false);
this.PerformLayout();