Thread: graphics issues
View Single Post
04-30-11, 09:32 AM   #3
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Are you two playing on a Mac or a PC?

If you would, open the file [World of Warcraft > Interface > AddOns > nUI > Main > nUI.lua ] in a plain text editor and look for this line...

Code:
        WorldFrame:SetPoint( "BOTTOM", nUI_Dashboard, "CENTER", 0, 0 );
and change it to look like this...

Code:
        --WorldFrame:SetPoint( "BOTTOM", nUI_Dashboard, "CENTER", 0, 0 );
then save the file and reload WoW. Does the problem go away?
__________________

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/

Last edited by spiel2001 : 06-05-11 at 01:03 PM.