Moved the options frame up 50 pixels
James Whitehead II [01-06-07 - 02:02]
Moved the options frame up 50 pixels
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))