From f7b28f70715a730cf6dc28c5d5be0f6127ee09eb Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Mon, 19 Apr 2010 06:23:51 -0400 Subject: [PATCH] Fixed anchoring for WidgetContainer2 --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index ab30d17..ffe4b9c 100644 --- a/Frame.lua +++ b/Frame.lua @@ -1365,7 +1365,7 @@ WidgetContainer:SetHeight(30) local WidgetContainer2 = CreateFrame("Frame", nil, MainPanel) WidgetContainer2:SetPoint("TOPLEFT", MainPanel, "TOPLEFT", 15, -70) -WidgetContainer:SetPoint("TOPRIGHT", MainPanel, "TOPRIGHT", -15, -70) +WidgetContainer2:SetPoint("TOPRIGHT", MainPanel, "TOPRIGHT", -15, -70) WidgetContainer2:SetHeight(30) ------------------------------------------------------------------------------- -- 1.7.9.5