From e4425b5b308bd5bb3c089162e46ccb1de3da36f0 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 5 Sep 2015 13:57:34 -0700 Subject: [PATCH] Prevent width adjusting of Inventory Editor --- SAV/SAV_Inventory.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAV/SAV_Inventory.Designer.cs b/SAV/SAV_Inventory.Designer.cs index 5263ebedb..7cf2bf3e5 100644 --- a/SAV/SAV_Inventory.Designer.cs +++ b/SAV/SAV_Inventory.Designer.cs @@ -168,7 +168,7 @@ private void InitializeComponent() this.Controls.Add(this.dataGridView1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(500, 750); + this.MaximumSize = new System.Drawing.Size(350, 750); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(350, 250); this.Name = "SAV_Inventory";