From f6300fd6e50e8eb9d7801785700deaec001627dd Mon Sep 17 00:00:00 2001 From: Salikh Gurgenidze Date: Sat, 22 Nov 2025 04:35:00 +0400 Subject: [PATCH] fix: money frame position --- Core/Tooltip.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/Tooltip.lua b/Core/Tooltip.lua index df3d899..442f0d6 100644 --- a/Core/Tooltip.lua +++ b/Core/Tooltip.lua @@ -266,7 +266,7 @@ function Tooltip:AddInventoryInfo(tooltip, link) end -- Bottom padding below the Inventory block (~10-12px visually) - tooltip:AddLine(" ") + --tooltip:AddLine(" ") tooltip:Show() end @@ -325,7 +325,7 @@ function Tooltip:Initialize() end -- Add ~5px more space below the Inventory block by reducing the upward nudge from 15px to 10px - AdjustMoneyFrames(tooltip, 12) + --AdjustMoneyFrames(tooltip, 12) return ret end