From 351d4240cd7a447c3f6160b2ec1fa5eff79c8b56 Mon Sep 17 00:00:00 2001 From: Evan Dixon Date: Mon, 29 Aug 2016 21:32:41 -0500 Subject: [PATCH] Removed error window resizing --- PKHeX/Misc/ErrorWindow.Designer.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/PKHeX/Misc/ErrorWindow.Designer.cs b/PKHeX/Misc/ErrorWindow.Designer.cs index b7ed1f513..c662b66b5 100644 --- a/PKHeX/Misc/ErrorWindow.Designer.cs +++ b/PKHeX/Misc/ErrorWindow.Designer.cs @@ -52,9 +52,11 @@ // // L_Message // + this.L_Message.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.L_Message.Location = new System.Drawing.Point(9, 9); this.L_Message.Name = "L_Message"; - this.L_Message.Size = new System.Drawing.Size(363, 27); + this.L_Message.Size = new System.Drawing.Size(477, 27); this.L_Message.TabIndex = 1; this.L_Message.Text = "An unknown error has occurred."; // @@ -110,7 +112,9 @@ this.Controls.Add(this.L_ProvideInfo); this.Controls.Add(this.L_Message); this.Controls.Add(this.T_ExceptionDetails); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; this.Name = "ErrorWindow"; this.Text = "Error"; this.ResumeLayout(false);