- overall updates.
This commit is contained in:
@@ -740,6 +740,10 @@
|
||||
--> panels
|
||||
|
||||
--> cooltip presets
|
||||
local preset2_backdrop = {bgFile = [[Interface\DialogFrame\UI-DialogBox-Background-Dark]], edgeFile = [[Interface\AddOns\Details\images\border_3]], tile=true,
|
||||
edgeSize = 16, tileSize = 64, insets = {left = 3, right = 3, top = 4, bottom = 4}}
|
||||
|
||||
--"Details BarBorder 3"
|
||||
function _detalhes:CooltipPreset (preset)
|
||||
local GameCooltip = GameCooltip
|
||||
|
||||
@@ -764,6 +768,8 @@
|
||||
GameCooltip:SetOption ("IgnoreButtonAutoHeight", true)
|
||||
GameCooltip:SetColor (1, 0.5, 0.5, 0.5, 0.5)
|
||||
|
||||
GameCooltip:SetBackdrop (1, preset2_backdrop, nil, {1, 1, 1, 1})
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user