View Single Post
06-28-10, 05:53 PM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Edit [ Interface > AddOns > nUI > Bars > nUI_ButtonBars.lua ] and locate the following section then comment out the part I highlighted. That should do the trick.

Code:
function nUI_ButtonBars:createBar( name, layout )
    
--    nUI_ProfileStart( ProfileCounter, "createBar" );
    
    local bar  = CreateFrame( "Frame", name, nUI_Dashboard.Anchor, "SecureHandlerStateTemplate" );
    bar.events = CreateFrame( "Frame", name.."_Events", nUI_ButtonBars );
    bar.layout = layout;
--[[    
    bar:SetBackdrop(
        {
            bgFile   = "Interface\\AddOns\\nUI\\Layouts\\Default\\Art\\nUI_BevelboxBg.blp", 
            edgeFile = "Interface\\AddOns\\nUI\\Layouts\\Default\\Art\\nUI_BevelboxBorder.blp", 
            tile     = true, 
            tileSize = 1, 
            edgeSize = 12, 
            insets   = {left = 0, right = 0, top = 0, bottom = 0},
        }
    );
    
    bar:SetBackdropColor( 0, 0, 0, 0.35 );
]]--
__________________

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/