Thread Tools Display Modes
03-04-10, 11:30 AM   #1
Thefirstdk
A Defias Bandit
Join Date: Mar 2010
Posts: 3
Default action bar help

Is there a script or addon that can scale the default Blizz action bar UI
  Reply With Quote
03-04-10, 02:20 PM   #2
harrellj
A Flamescale Wyrmkin
Join Date: Jul 2009
Posts: 132
Originally Posted by Thefirstdk View Post
Is there a script or addon that can scale the default Blizz action bar UI
Dominos can for sure change the scale of the actionbars, bartender should be able to and ractionbarstyler should too, I think.
  Reply With Quote
11-02-10, 01:34 AM   #3
neenee
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 4
Yes, there are script commands you can use.

Put "/script " in front of them when using them in-game or just put them in a lua file and create a toc to make an addon out of it.

Just replace the 0.9 to your preferred scale - 1 is the default setting.

MainMenuBar:SetScale(0.9);
MultiBarLeft:SetScale(0.9);
MultiBarRight:SetScale(0.9);
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Default action bar help


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