View Single Post
11-25-19, 09:08 PM   #3
Sylen
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Jan 2011
Posts: 50
Lua Code:
  1. ExtraActionButton1:ClearAllPoints()
  2. ExtraActionButton1:SetPoint("CENTER", UIParent, "CENTER", 0, -150) -- Set new position
  3. ExtraActionButton1:SetScale(1) --Scale the button
  4. ExtraActionButton1.style:SetAlpha(0) -- Hide background texture

I use this piece of code. I added the hide background texture option as i find it is not really needed and just clutters the screen. If you want to keep it just remove the last line.
  Reply With Quote