View Single Post
04-06-13, 06:37 AM   #9
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
The top bar is the main action bar and all of the buttons work together as a group. There's no direct way I can think of to split it into two bars unless you just want to put the bar on two rows instead of one. That you can do easily. Look in [ Interface > AddOns > nUI > Layouts > Default > nUI_Layout_Default_Dashboard.lua ] and locate the nUI_DefaultConfig.ButtonBars section. The one we care about is ["nUI_ActionBar"]

You can make it two rows of six columns by making the change indicated here...

Code:
    ["nUI_ActionBar"] =
    {
        btn_size = 53.5,
        gap      = 2,
        anchor   = "BOTTOM",
        xOfs     = 0,
        yOfs     = 123,
        rows     = 2,
        cols     = 6,
        page     = 1,
        nuibind  = "nUI_ACTIONBAR",
        binding  = "ACTIONBUTTON",
        label    = nUI_L["nUI_ActionBar"],
    },
As for the key bindings... you can just mouse over the button and ctrl-alt-right-click to set the bindings.

And, no, nUI does not do chat sounds, so you would want to reinstall that if you like that.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/