From 43a2986ba0168277bc562630b2ba669edd420478 Mon Sep 17 00:00:00 2001 From: Jim-Bim Date: Thu, 30 Oct 2008 23:17:44 +0000 Subject: [PATCH] AckisRecipeList: - minor button adjustment, doesn't move anymore --- ARLFrame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index 5bb9c57..5639f2b 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -3420,7 +3420,7 @@ function addon:CreateFrame( ARL_ResetButton:Hide() local ARL_ApplyButton = addon:GenericCreateButton("ARL_ApplyButton", addon.Frame, - 22, 69, "RIGHT", ARL_CloseButton, "LEFT", -80, 0, "GameFontNormalSmall", + 22, 69, "RIGHT", ARL_CloseButton, "LEFT", -82, 0, "GameFontNormalSmall", "GameFontHighlightSmall", L["Apply"], "CENTER", L["APPLY_DESC"], 1) ARL_ApplyButton:SetScript("OnClick", ReDisplay) ARL_ApplyButton:Hide() -- 1.7.9.5