Make update dialog non-resizeable. Refs #321

This commit is contained in:
baldurk
2016-08-10 16:06:59 +02:00
parent 6a9f392b31
commit c674c27057
+1
View File
@@ -107,6 +107,7 @@
this.Controls.Add(this.progressBar);
this.Controls.Add(this.updateNotes);
this.Controls.Add(this.updateVer);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "UpdateDialog";