View Single Post
04-15-20, 10:13 AM   #3
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
The icons textures themselves have a border but for the buttons:

Code:
for i=1, 20 do 
	_G["TalentFrameTalent"..i.."Slot"]:SetTexture()
end
If you actually did want the texture, it's:

Interface\Buttons\UI-EmptySlot-White
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 04-15-20 at 10:17 AM.
  Reply With Quote