Quantcast

Adjusted the anchoring of the WidgetContainer.

James D. Callahan III [04-20-10 - 04:44]
Adjusted the anchoring of the WidgetContainer.
Filename
Frame.lua
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)