Initial changes to try to fix cata beta.

This commit is contained in:
Flamanis
2024-03-17 04:28:51 -05:00
parent 0b7f4d2abf
commit cd4a2c72b4
10 changed files with 737 additions and 24 deletions
+2 -2
View File
@@ -262,11 +262,11 @@ function Details:CreateEventTrackerFrame(parentObject, name)
local screenFrame = CreateFrame("frame", name, parentObject or UIParent,"BackdropTemplate")
screenFrame:SetPoint("center", UIParent, "center")
if (not DetailsFramework.IsDragonflight() and not DetailsFramework.IsWotLKWowWithRetailAPI()) then
if (not DetailsFramework.IsDragonflight() and not DetailsFramework.IsNonRetailWowWithRetailAPI()) then
screenFrame:SetMinResize (150, 40)
screenFrame:SetMaxResize (800, 1024)
else
--f:SetResizeBounds(150, 40, 800, 1024)
screenFrame:SetResizeBounds(150, 40, 800, 1024)
end
screenFrame:SetSize(Details.event_tracker.frame.width, Details.event_tracker.frame.height)