mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Make update dialog non-resizeable. Refs #321
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user