From b93bb04f5fcee85578be5fbefb97d7b9ec7c1a37 Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Mon, 10 Dec 2007 20:22:55 +0000 Subject: [PATCH] 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 --- Source/ProgressReporter/ProgressReporterForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/ProgressReporter/ProgressReporterForm.Designer.cs b/Source/ProgressReporter/ProgressReporterForm.Designer.cs index 746888b..be41daa 100644 --- a/Source/ProgressReporter/ProgressReporterForm.Designer.cs +++ b/Source/ProgressReporter/ProgressReporterForm.Designer.cs @@ -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";