From 20908a0121f41a221038282a0baa909e3dc51b54 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Tue, 20 Apr 2010 00:44:36 -0400 Subject: [PATCH] Adjusted the anchoring of the WidgetContainer. --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index ee9a8ea..56c9045 100644 --- a/Frame.lua +++ b/Frame.lua @@ -1359,7 +1359,7 @@ end -- Widget Container frames. ------------------------------------------------------------------------------- local WidgetContainer = CreateFrame("Frame", nil, MainPanel) -WidgetContainer:SetPoint("TOPLEFT", MainPanel, "TOPLEFT", 55, -39) +WidgetContainer:SetPoint("TOPLEFT", MainPanel, "TOPLEFT", 75, -39) WidgetContainer:SetPoint("TOPRIGHT", MainPanel, "TOPRIGHT", -15, -39) WidgetContainer:SetHeight(30) -- 1.7.9.5