Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Suggestion Box » Hide action page arrows

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off