First pass on attempting to work on Classic_Era

This commit is contained in:
Flamanis
2023-04-30 19:51:38 -05:00
parent 6be5ab14f4
commit 4277217372
5 changed files with 246 additions and 6 deletions
+6 -1
View File
@@ -322,7 +322,12 @@ detailsFramework.FrameContainerMixin = {
frameContainer:CheckResizeLockedState()
frameContainer:CheckMovableLockedState()
frameContainer:SetResizeBounds(50, 50, 1000, 1000)
if (DF.IsClassicWow()) then
frameContainer:SetMinResize(50, 50)
frameContainer:SetMaxResize(1000,1000)
else
frameContainer:SetResizeBounds(50, 50, 1000, 1000)
end
end,
---run when the container has its size changed