Fixes (6)

This commit is contained in:
Tercio Jose
2022-09-01 20:05:31 -03:00
parent e6511163b7
commit 295287cd0b
3 changed files with 23 additions and 7 deletions
+8 -2
View File
@@ -238,8 +238,14 @@ function Details:CreateEventTrackerFrame(parent, name)
--> main farame
local f = CreateFrame ("frame", name, parent or UIParent,"BackdropTemplate")
f:SetPoint ("center", UIParent, "center")
f:SetMinResize (150, 40)
f:SetMaxResize (800, 1024)
if (not DetailsFramework.IsDragonflight()) then
f:SetMinResize (150, 40)
f:SetMaxResize (800, 1024)
else
--f:SetResizeBounds(150, 40, 800, 1024)
end
f:SetSize (_detalhes.event_tracker.frame.width, _detalhes.event_tracker.frame.height)
f:SetBackdrop ({bgFile = [[Interface\Tooltips\UI-Tooltip-Background]], tile = true, tileSize = 16, insets = {left = 0, right = 0, top = 0, bottom = 0}})