- overall updates.

This commit is contained in:
Tercio
2015-03-17 01:10:36 -03:00
parent 44070b38a5
commit 640a4261ea
11 changed files with 184 additions and 192 deletions
+6
View File
@@ -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