unitframes: change layer index

This commit is contained in:
shagu
2016-12-10 17:25:51 +01:00
parent 6cb5a52538
commit b3576ea01d
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ pfUI:RegisterModule("player", function ()
PlayerFrame:UnregisterAllEvents()
pfUI.uf.player = CreateFrame("Button","pfPlayer",UIParent)
pfUI.uf.player:SetFrameStrata("LOW")
pfUI.uf.player:SetWidth(pfUI_config.unitframes.player.width)
pfUI.uf.player:SetHeight(pfUI_config.unitframes.player.height + pfUI_config.unitframes.player.pheight + 2*default_border + pfUI_config.unitframes.player.pspace)
pfUI.uf.player:SetPoint("BOTTOMRIGHT", UIParent, "BOTTOM", -75, 125)