WoWInterface SVN PhanxWatchFrame

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 15 to Rev 16
    Reverse comparison

Rev 15 → Rev 16

PhanxWatchFrame.toc
1,5 → 1,5
## Interface: 50300
## Version: 5.3.0.wowi:revision
## Interface: 50400
## Version: 5.4.1.wowi:revision
 
## Notes: Moves the watch frame, makes it wider, hides the header, fades in on mouseover.
 
Addon.lua
108,13 → 108,13
 
local f = WatchFrame
f:EnableMouse(false)
f:SetMovable(true)
f:SetUserPlaced(true)
f:SetClampedToScreen(false)
f:ClearAllPoints()
f:SetClampedToScreen(false)
f:SetPoint("TOPLEFT", UIParent, "TOPLEFT", 30, 10)
f:SetPoint("BOTTOMLEFT", UIParent, "LEFT", 30, -100)
f:SetScale(1.1)
f.ClearAllPoints = noop
f.SetPoint = noop
 
local h = WatchFrameHeader
h:SetHeight(1)