Thread Tools Display Modes
Prev Previous Post   Next Post Next
11-24-10, 01:04 AM   #11
Zagrei
A Cobalt Mageweaver
 
Zagrei's Avatar
AddOn Compiler - Click to view compilations
Join Date: Nov 2009
Posts: 246
The following code should be placed between lines 2589-2590. Add a line of padding to make it all purtyyy

Example:
Code:
		local dummybar = CreateFrame('Statusbar', 'tdpsStatusBar', tdpsFrame)
		
		local bg = CreateFrame("Frame", nil, dummybar)
		bg:SetBackdrop({
			bgFile = 'Interface\\ChatFrame\\ChatFrameBackground',
			edgeFile = 'Interface\\ChatFrame\\ChatFrameBackground',
			edgeSize = 1,
		})
		bg:SetBackdropColor(0, 0, 0, .4)
		bg:SetBackdropBorderColor(0, 0, 0)
		bg:SetFrameStrata("BACKGROUND")
		bg:SetPoint("TOPLEFT", dummybar, -1, 1)
		bg:SetPoint("BOTTOMRIGHT", dummybar, 1, -1)
		
		dummybar:SetFrameStrata('MEDIUM')
__________________
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » @Led: Stuf question


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