mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
Prevent width adjusting of Inventory Editor
This commit is contained in:
parent
a40a708a46
commit
e4425b5b30
1 changed files with 1 additions and 1 deletions
2
SAV/SAV_Inventory.Designer.cs
generated
2
SAV/SAV_Inventory.Designer.cs
generated
|
@ -168,7 +168,7 @@
|
|||
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";
|
||||
|
|
Loading…
Add table
Reference in a new issue