View Single Post
09-11-13, 05:54 PM   #7
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
This should be in the 5.07.37 release tonight.

Originally Posted by Xrystal View Post
Wow, I am so sorry. Despite not playing wow regularly for a long while I did forget about this problem when I did start logging in a couple of times a week. Next time I do a toon swap I'll take a look at it.


Okay, thought I better do it now before I forget and while I was logged in

Looks like its a problem with the layout files. There is a slight difference with how the labels are positioned in the party+ frames than the solo one.

Try changing the relevant ( nUI_UnitSkin_Raid10Pet.lua ) file ( change Raid10 to Raid25 or Party etc ) and change the first label element block that says :

Code:
                    label =
                    {
                        enabled     = true,
                        fontsize    = 11,
                        justifyH    = "LEFT",
                        justifyV    = "MIDDLE",
                        anchor_pt   = "LEFT",
                        relative_to = "$parent_Label1",
                        relative_pt = "RIGHT",
                        xOfs        = 33,
                        yOfs        = -5,                    
                        color       = { r = 1, g = 0.83, b = 0, a = 1 },
                    },
to this

Code:
                    label =
                    {
                        enabled     = true,
                        fontsize    = 11,
                        justifyH    = "LEFT",
                        justifyV    = "MIDDLE",
                        anchor_pt   = "TOP",
                        relative_to = "$parent_Label1",
                        relative_pt = "TOP",
                        xOfs        = 33,
                        yOfs        = -5,                    
                        color       = { r = 1, g = 0.83, b = 0, a = 1 },
                    },
Basically you are changing the positioning of the label text in the pet frames label frame.

The screenshot attached shows it working now for my hunter when in the raid10 display layout.
__________________

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/