View Single Post
10-10-13, 12:28 PM   #3
Moosedeus
A Defias Bandit
Join Date: Oct 2013
Posts: 3
I manually edited the nui_layout_default_dashbord.lua file.

This is the only edit I made

nUI_DefaultConfig.ButtonBars =
{
["nUI_ActionBar"] =
{
btn_size = 53.5,
gap = 2,
anchor = "BOTTOM",
xOfs = 0,
yOfs = 123,
rows = 3,<--- changed value from 1 to 3
cols = 12,
page = 1,
nuibind = "nUI_ACTIONBAR",
binding = "ACTIONBUTTON",
label = nUI_L["nUI_ActionBar"],
},