Quantcast

Made the profession icon line up appropriately with the mode button.

James D. Callahan III [06-16-10 - 05:10]
Made the profession icon line up appropriately with the mode button.
Filename
Frame.lua
diff --git a/Frame.lua b/Frame.lua
index 0a9d58e..f663790 100644
--- a/Frame.lua
+++ b/Frame.lua
@@ -1478,7 +1478,7 @@ end
 MainPanel.mode_button = CreateFrame("Button", nil, MainPanel, "UIPanelButtonTemplate")
 MainPanel.mode_button:SetWidth(64)
 MainPanel.mode_button:SetHeight(64)
-MainPanel.mode_button:SetPoint("TOPLEFT", MainPanel, "TOPLEFT", 1, -2)
+MainPanel.mode_button:SetPoint("TOPLEFT", MainPanel, "TOPLEFT", 5, -3)
 MainPanel.mode_button:RegisterForClicks("LeftButtonUp", "RightButtonUp")

 MainPanel.mode_button._normal = MainPanel.mode_button:CreateTexture(nil, "BACKGROUND")