View Single Post
01-07-14, 08:42 PM   #41
Kkthnx
A Cobalt Mageweaver
 
Kkthnx's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2011
Posts: 247
Originally Posted by Nimhfree View Post
You might want to do something about your "quest frame" since it seems to be floating in the middle of things:


-- Move the objectives over to the right now that the action bars
-- are no longer there.
local f=WatchFrame
f:SetMovable(1)
f:SetUserPlaced(true)
f:SetPoint("TOPRIGHT", MinimapCluster, "BOTTOMRIGHT", 0, 0)


The watchframe is movable by shift clicking it already.. Im not sure where you see it in the middle of things. Its in a perfect spot plus it auto hides in raids, pvp.
__________________
Success isn't what you've done compared to others. Success is what you've done compared to what you were made to do.
  Reply With Quote