Quantcast

Slightly adjusted the position of the profession-cycling button.

James D. Callahan III [06-30-10 - 23:35]
Slightly adjusted the position of the profession-cycling button.
Filename
Frame.lua
diff --git a/Frame.lua b/Frame.lua
index d6a1df5..1e06c68 100644
--- a/Frame.lua
+++ b/Frame.lua
@@ -1391,7 +1391,7 @@ end
 local ProfCycle = CreateFrame("Button", nil, MainPanel, "UIPanelButtonTemplate")
 ProfCycle:SetWidth(64)
 ProfCycle:SetHeight(64)
-ProfCycle:SetPoint("TOPLEFT", MainPanel, "TOPLEFT", 5, -3)
+ProfCycle:SetPoint("TOPLEFT", MainPanel, "TOPLEFT", 5, -4)
 ProfCycle:RegisterForClicks("LeftButtonUp", "RightButtonUp")

 ProfCycle._normal = ProfCycle:CreateTexture(nil, "BACKGROUND")