View Single Post
07-01-10, 07:48 AM   #39
Ailae
A Rage Talon Dragon Guard
 
Ailae's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2007
Posts: 318
Code:
hooksecurefunc("FCF_RestorePositionAndDimensions", function(...)
	ChatFrame1:ClearAllPoints()
	ChatFrame1:SetPoint("BOTTOMLEFT", UIParent, 35, 155)
	ChatFrame1:SetWidth(405)
	ChatFrame1:SetHeight(226)
	ChatFrame1:SetUserPlaced(true)
end)
__________________
Oh, the simulated horror!
  Reply With Quote