View Single Post
05-14-20, 07:46 AM   #4
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 320
This does not seem to work any more.
The following is how it can be done.

Code:
local line = f:CreateTexture()
line:SetTexture("Interface/BUTTONS/WHITE8X8")
line:SetColorTexture(.6 ,.6, .6, .2)
line:SetSize(100, 1)
line:SetPoint("CENTER")
__________________
~ Be the change you want to see in the world... of warcraft interface! ~

Last edited by LudiusMaximus : 05-14-20 at 12:35 PM.
  Reply With Quote