diff --git a/modules/buffwatch.lua b/modules/buffwatch.lua index 16687d56..7c73fa8b 100644 --- a/modules/buffwatch.lua +++ b/modules/buffwatch.lua @@ -142,7 +142,7 @@ pfUI:RegisterModule("buffwatch", function () frame = _G[framename] or CreateFrame("Button", framename, parent) frame:EnableMouse(1) frame:Hide() - frame:SetPoint("BOTTOM", 0, (bar-1)*(20+2*border+1)) + frame:SetPoint("BOTTOM", 0, (bar-1)*(height+2*border+1)) frame:SetWidth(width) frame:SetHeight(height)