buffwatch: remove static height assignment

This commit is contained in:
shagu
2018-10-21 19:19:02 +02:00
parent 1780776f63
commit 1abb4de82f
+1 -1
View File
@@ -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)