View Single Post
04-03-09, 07:12 AM   #2
Sythalin
Curse staff
 
Sythalin's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 680
Code:
    frame:SetBackdrop({
        bgFile="",
        edgeFile="Interface\\Tooltips\\UI-Tooltip-Border",
        tile="true",
        tileSize= 32,
        edgeSize=10,
        insets = {left=5, right=5, top=5, bottom=5}
    })
Just change the edgeFile to whatever you want it to be at any given point.
  Reply With Quote