View Single Post
12-11-09, 12:20 PM   #17
Tincup
The Grumpy One
 
Tincup's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 37
http://www.wowinterface.com/download...cker.html#info

This works, you may have to edit the x,y positions a little. But I have been using it all day.

By the way this is what I am using.

Code:
WatchFrame:ClearAllPoints()
WatchFrame:SetPoint("TOPLEFT", "UIParent", "TOPLEFT", 30, 10)
WatchFrame:SetHeight(800)
WatchFrame.ClearAllPoints = function() end
WatchFrame.SetPoint = function() end
  Reply With Quote