Thread Tools Display Modes
05-28-11, 08:13 PM   #1
Jansus
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 28
Scale default bar?

I'm wondering if there is an addon or a way that I can scale the default action bars.
I know there's a UI Scale in interface options, but it also scales my unitframes, map, chat etc too small, once I get the bar the size I want.

Anyone know how I can do this?
  Reply With Quote
06-05-11, 05:51 AM   #2
TLH
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Aug 2010
Posts: 8
I think MoveAnything does that ^^

Assuming default UI, this could also be done in-game with something like:
/run MainMenuBar:SetScale(0.8);
...where 1.0 is the default size.

This change could be made automatic by making a blank addon, with MainMenuBar:SetScale(0.8); as the only line of code
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Scale default bar?

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