Switched assemblies to always use 32 bit runtime (most are using the XNA runtime, so the AnyCPU configuration would only wreak havoc on x64 platforms); progress reporter window is no longer resizable
git-svn-id: file:///srv/devel/repo-conversion/nuwi@14 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
1de87c2c00
commit
b93bb04f5f
|
@ -79,6 +79,7 @@ namespace Nuclex.Windows.Forms {
|
|||
this.Controls.Add(this.statusLabel);
|
||||
this.Controls.Add(this.progressBar);
|
||||
this.Controls.Add(this.cancelButton);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "ProgressReporterForm";
|
||||
|
|
Loading…
Reference in New Issue
Block a user