mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
remove double points in AceGUIContainer-Frame
This commit is contained in:
@@ -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 = {},
|
||||||
|
|||||||
Reference in New Issue
Block a user