diff --git a/src/TQVaultAE.GUI/StashPanel.cs b/src/TQVaultAE.GUI/StashPanel.cs index 2d67e1ba..b124b189 100644 --- a/src/TQVaultAE.GUI/StashPanel.cs +++ b/src/TQVaultAE.GUI/StashPanel.cs @@ -131,7 +131,7 @@ public StashPanel(ItemDragInfo dragInfo, Size panelSize, TTLib tooltip) : base(d } this.equipmentPanel.SetLocation(new Point( - BorderPad + offsetX, + offsetX, this.BagButtons[0].Location.Y + this.BagButtons[0].Size.Height + offsetY)); this.maxPanelSize = panelSize; diff --git a/src/TQVaultAE.GUI/resources/img/Equipment_bg_new.png b/src/TQVaultAE.GUI/resources/img/Equipment_bg_new.png index 6e3476ec..f35ca3c9 100644 Binary files a/src/TQVaultAE.GUI/resources/img/Equipment_bg_new.png and b/src/TQVaultAE.GUI/resources/img/Equipment_bg_new.png differ