adjust strata of pet buttons to match all other bars, and fix dreamlayout framelevel

This commit is contained in:
Hendrik Leppkes
2008-03-04 22:21:13 +00:00
parent b2bc187f6c
commit 23f723b892
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ local styledata = {
frame:SetBackdrop({bgFile = "Interface\\Tooltips\\UI-Tooltip-Background", tile = true, tileSize = 1, edgeFile = "", edgeSize = 0, insets = {left = 0, right = 0, top = 0, bottom = 0},})
frame:SetBackdropColor(0, 0, 0, 0.6)
frame:SetAllPoints(button)
frame:SetFrameLevel(0)
frame:SetFrameLevel(button:GetFrameLevel() - 2)
return frame
end,
},