Add calls to Wrath With Retail for frame setup
This commit is contained in:
parent
0f69a261f6
commit
31bf84882b
3 changed files with 4 additions and 4 deletions
|
|
@ -239,7 +239,7 @@ function Details:CreateEventTrackerFrame(parent, name)
|
|||
local f = CreateFrame("frame", name, parent or UIParent,"BackdropTemplate")
|
||||
f:SetPoint("center", UIParent, "center")
|
||||
|
||||
if (not DetailsFramework.IsDragonflight()) then
|
||||
if (not DetailsFramework.IsDragonflight() and not DetailsFramework.IsWotLKWowWithRetailAPI()) then
|
||||
f:SetMinResize (150, 40)
|
||||
f:SetMaxResize (800, 1024)
|
||||
else
|
||||
|
|
@ -788,4 +788,4 @@ function Details:CreateEventTrackerFrame(parent, name)
|
|||
_detalhes.Broadcaster_EventTrackerLoaded = true
|
||||
_detalhes.Broadcaster_EventTrackerFrame = f
|
||||
f:Hide()
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue