View Single Post
05-30-10, 02:39 AM   #5
Scathach
A Deviate Faerie Dragon
Join Date: Apr 2010
Posts: 15
Found the problem Scott... ./slaps self..

nUI_DefaultConfig.ButtonBars =
{
["nUI_ActionBar"] =
{
btn_size = 65.5,
gap = 2,
anchor = "BOTTOM",
xOfs = 0,
yOfs = 123,
rows = 1,
cols = 10, <----- THIS is the error... make this < 12 and boom X on the screen
page = 1,
nuibind = "nUI_ACTIONBAR",
binding = "ACTIONBUTTON",
label = nUI_L["nUI_ActionBar"],
},