From b1d31039e6b89df3efbafb8305d440ef2e486e01 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Sat, 6 Jan 2007 02:02:52 +0000 Subject: [PATCH] Moved the options frame up 50 pixels --- PerfectRaid_Options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PerfectRaid_Options.lua b/PerfectRaid_Options.lua index 51601e2..11cfcc2 100644 --- a/PerfectRaid_Options.lua +++ b/PerfectRaid_Options.lua @@ -56,7 +56,7 @@ function Options:CreateOptions() local frame = CreateFrame("Frame", "PROptions", UIParent, "PROptionsTemplate") frame:SetHeight(375) frame:SetWidth(600) - frame:SetPoint("CENTER", 0, 0) + frame:SetPoint("CENTER", 0, 50) PROptionsTitle:SetText(string.format(L["PerfectRaid Options (r%d)"], PerfectRaid.rev)) -- 1.7.9.5