View Single Post
06-01-09, 08:45 PM   #30
Apraxia
Clippy Crit Chicken
 
Apraxia's Avatar
Premium Member
Join Date: Oct 2008
Posts: 46
Originally Posted by spiel2001 View Post
~blush~

Umm.... hasn't anyone told you that you should never follow my directions. You seem to be under the misguided notion that just because I wrote it, I might have a clue what I'm talking about. You clearly do not understand that I'm old and adled and while I can remember what I did in 1975, I have no clue what I did an hour ago.

I gave you bad directions because I *completely* forgot about a section of code I added when I added the support for changing the dashboard graphics.

You need to edit [ Interface > AddOns > nUI > Main > nUI.lua ] where you will find the following at about line 130...

Code:
nUI_TopBars.Anchor = CreateFrame( "Frame", "$parent_Anchor", nUI_TopBars );
nUI_TopBarsLocator:SetPoint( "BOTTOM", UIParent, "TOP", 0, 0 );
nUI_TopBars:SetPoint( "BOTTOM", nUI_TopBarsLocator, "BOTTOM", 0, -130 );
nUI_TopBars.Anchor:SetPoint( "BOTTOM", nUI_TopBars, "BOTTOM", 0, 0 );
The number in red is the one you need to edit to move the bars up and down.
lol, completely forgiven... that being said should I remove the added coding that I did previously? or is this in addition to what was added?
__________________