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)
|
||||
local content = self.content
|
||||
local contentheight = height - 57
|
||||
local contentheight = height - 67
|
||||
if contentheight < 0 then
|
||||
contentheight = 0
|
||||
end
|
||||
@@ -291,7 +291,6 @@ local function Constructor()
|
||||
--Container Support
|
||||
local content = CreateFrame("Frame", nil, frame)
|
||||
content:SetPoint("TOPLEFT", 17, -27)
|
||||
content:SetPoint("BOTTOMRIGHT", -17, 40)
|
||||
|
||||
local widget = {
|
||||
localstatus = {},
|
||||
|
||||
Reference in New Issue
Block a user