Details! v4.0

This commit is contained in:
Tercio
2015-09-06 19:56:43 -03:00
parent db772b8c5c
commit fa97c1b5cb
22 changed files with 1226 additions and 363 deletions
@@ -59,6 +59,10 @@ local function CreatePluginFrames()
TimeAttackFrame:SetWidth (300) --> need to be 300x300 to fit details window
TimeAttackFrame:SetHeight (300) --> need to be 300x300 to fit details window
local close_button = TimeAttack:CreateSoloCloseButton()
close_button:SetPoint ("TOPRIGHT", TimeAttackFrame, "TOPRIGHT", -68, 3)
close_button:SetSize (24, 24)
--> default background picture, will hold the actor spec background, like old school talent frame
local background = TimeAttackFrame:CreateTexture (nil, "background")