skin: fix macro popup dialog

This commit is contained in:
shagu
2019-02-17 18:45:29 +01:00
parent 0a9c8a34e2
commit dce64d85bb
+2
View File
@@ -58,6 +58,8 @@ pfUI:RegisterSkin("Macro", function ()
CreateBackdrop(MacroPopupFrame, nil, nil, .9)
StripTextures(MacroPopupScrollFrame)
SkinScrollbar(MacroPopupScrollFrameScrollBar)
MacroPopupFrame:SetFrameStrata("DIALOG")
MacroPopupFrame:SetPoint("TOPLEFT", MacroFrame, "TOPRIGHT", 2*border, 0)
MacroPopupNameLeft:SetTexture(nil)
MacroPopupNameMiddle:SetTexture(nil)