From e1ca7470a3e8822585408b0c8659f13011184e1f Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Wed, 30 Jun 2010 19:35:40 -0400 Subject: [PATCH] Slightly adjusted the position of the profession-cycling button. --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 1.7.9.5