remove double points in AceGUIContainer-Frame

This commit is contained in:
Bunny67
2018-07-21 15:07:48 +03:00
parent f0eac39bcd
commit 8fd5b74c6b
@@ -107,7 +107,7 @@ local methods = {
["OnHeightSet"] = function(self, height) ["OnHeightSet"] = function(self, height)
local content = self.content local content = self.content
local contentheight = height - 57 local contentheight = height - 67
if contentheight < 0 then if contentheight < 0 then
contentheight = 0 contentheight = 0
end end
@@ -291,7 +291,6 @@ local function Constructor()
--Container Support --Container Support
local content = CreateFrame("Frame", nil, frame) local content = CreateFrame("Frame", nil, frame)
content:SetPoint("TOPLEFT", 17, -27) content:SetPoint("TOPLEFT", 17, -27)
content:SetPoint("BOTTOMRIGHT", -17, 40)
local widget = { local widget = {
localstatus = {}, localstatus = {},