diff --git a/PKHeX.WinForms/Subforms/Save Editors/SAV_Inventory.cs b/PKHeX.WinForms/Subforms/Save Editors/SAV_Inventory.cs index f7e3c83eb..97d52812e 100644 --- a/PKHeX.WinForms/Subforms/Save Editors/SAV_Inventory.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/SAV_Inventory.cs @@ -51,7 +51,7 @@ namespace PKHeX.WinForms private void initBags() { tabControl1.SizeMode = TabSizeMode.Fixed; - tabControl1.ItemSize = new Size(IL_Pouch.Images[0].Width + 4, 0); + tabControl1.ItemSize = new Size(IL_Pouch.Images[0].Width + 4, IL_Pouch.Images[0].Height + 4); for (int i = 0; i < Pouches.Length; i++) { // Add Tab