View Single Post
12-11-11, 10:33 PM   #1
schmitty
A Cliff Giant
 
schmitty's Avatar
Join Date: May 2010
Posts: 75
Question Hide action page arrows

Hi Scott,

Great to see you back. I was wondering if it's possible to either hide the Action Page arrows (at the end of the main action bar), or iclude an option to do so. I don't really see the need for them to be shown considering all actin bars are visible anyway. Plus, I use Quartz and have the Player bar to the left and Target to the right, and me being fussy with layout, like having things aesthetically even.

Here is the code, in case you don't already know about it.

Code:
/run local t,b={"Up","Down"}for _,direction in pairs(t)do b=_G["ActionBar"..direction.."Button"]b:SetScript("OnShow",b.Hide)b:Hide()end