Thread Tools Display Modes
08-18-10, 09:07 PM   #1
kolten6766
A Kobold Labourer
Join Date: Aug 2010
Posts: 1
Changing the Scale of the Action Bars

Hey I love the addon unfortunately I am getting a bit blind. I was wondering if there was a way to 1. Change the scale of certain action bars so spell icons are larger, or 2. Integrate Bartender into my UI.
Thanks for the help

Kolt
 
08-18-10, 10:51 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
There is a way to change the size of the action bars but it will take editing of the layout files ... checking ..

Folder :
World of Warcraft\Interface\AddOns\nUI\Layouts\Default

File :
nUI_Layout_Default_Dashboard.lua

Section to look at is :
nUI_DefaultConfig.ButtonBars =
{
....
}


Find the bar you want to change and you should see lines as follows:
btn_size = 53.5,

change that to what you want but you will find that you may need to use /nui movers to make sure things don't overlap.

You can edit the file in any text editor and save and reload the ui with /nui rl to test the results. Once you're happy make a note of the change for future reference as it will get overwritten with the next update to nUI.

As for replacing the bars with another bar addon isn't supported if it is even possible.
__________________
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Customization » nUI: Customizing Layouts » Changing the Scale of the Action Bars

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