From be9f51eb24df414b332add836eb27beee5823b11 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Wed, 16 Jun 2010 01:10:36 -0400 Subject: [PATCH] Made the profession icon line up appropriately with the mode button. --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 1.7.9.5