mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-27 10:44:57 -05:00
Prevent width adjusting of Inventory Editor
This commit is contained in:
2
SAV/SAV_Inventory.Designer.cs
generated
2
SAV/SAV_Inventory.Designer.cs
generated
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user