- Fixed tooltip for Auras and Voidzones, now shows sorted by damage and time.
- More fixes for Korgath encounter on Highmaul. - Added slash commands: /details reset and /details config. - Spell bars on Player Details Window now is painted with the spell spellschool color. - Multistrike doesn't count any more for spell's Minimal Damage. - Resource display got an tooltip which shows what resource is and resource gained per minute. - Clicking on report button when the report window is already open, make it close.
This commit is contained in:
+3
-4
@@ -15,17 +15,16 @@ do
|
||||
|
||||
local gump_fundo_backdrop = {
|
||||
bgFile = "Interface\\AddOns\\Details\\images\\background",
|
||||
--edgeFile = "Interface\\DialogFrame\\UI-DialogBox-Border",
|
||||
tile = true, tileSize = 16, --edgeSize = 4,
|
||||
tile = true, tileSize = 16,
|
||||
insets = {left = 0, right = 0, top = 0, bottom = 0}}
|
||||
|
||||
local frame = _CreateFrame ("frame", "DetailsSwitchPanel", _UIParent)
|
||||
frame:SetPoint ("center", _UIParent, "center", 500, -300)
|
||||
frame:SetWidth (250)
|
||||
frame:SetHeight (100)
|
||||
--frame:SetBackdrop (gump_fundo_backdrop)
|
||||
frame:SetBackdrop (gump_fundo_backdrop)
|
||||
frame:SetBackdropBorderColor (170/255, 170/255, 170/255)
|
||||
frame:SetBackdropColor (24/255, 24/255, 24/255, .8)
|
||||
frame:SetBackdropColor (0, 0, 0, .7)
|
||||
|
||||
frame:SetFrameStrata ("FULLSCREEN")
|
||||
frame:SetFrameLevel (16)
|
||||
|
||||
Reference in New Issue
Block a user