View Single Post
12-11-09, 10:54 AM   #14
wurmfood
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 122
I've been using a macro I wrote that just does this:
/script WatchFrame:ClearAllPoints()
/script WatchFrame:SetPoint("TOPRIGHT", UIParent, "TOPRIGHT", -20, -110)
/script WatchFrame:SetHeight(500)

The strange thing is it will periodically change its position. Still need to figure that part out.
  Reply With Quote