View Single Post
04-30-14, 03:30 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
If SetTexCoord works with SetTextureToPortrait, what exactly is the problem? Just adjust your coordinates. The traditional coords used to trim the borders off of spell icons are 0.07, 0.93, 0.07, 0.93 but if you want to be really safe you can use 0.1, 0.9, 0.1, 0.9 instead.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote