WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Suggestion Box (https://www.wowinterface.com/forums/forumdisplay.php?f=91)
-   -   Moving Action Bars (https://www.wowinterface.com/forums/showthread.php?t=42340)

Detritis 01-11-12 06:54 AM

Moving Action Bars
 
Hi Scott,

I am trying to move the bottom left and bottom right action bar via the /nui movers command.

I am able to move both of the bars however my problem lies in that the player/party button and the infopanel button are actually docked to these bars and move with them.

Where in the code can I find where these buttons are attached to the bars so I can modify it to not move when I move the bars.

Thanks

Detritis

spiel2001 01-11-12 04:58 PM

Look in of [ Interface > AddOns > nUI > Layouts > Default > nUI_Layout_Default_Dashboard.lua ] for all of the dashboard anchors.

Code:

nUI_DefaultConfig.InfoPanelSelector =
{
    anchor =
    {
        anchor_pt  = "TOPRIGHT",
        relative_to = "nUI_BottomRightBar",
        relative_pt = "TOPLEFT",
        xOfs        = -10,
        yOfs        = 0,
    },

and

Code:

nUI_DefaultConfig.UnitPanelSelector =
{
    anchor =
    {
        anchor_pt  = "TOPLEFT",
        relative_to = "nUI_BottomLeftBar",
        relative_pt = "TOPRIGHT",
        xOfs        = 7,
        yOfs        = 0,
    },


Detritis 01-11-12 10:46 PM

Thanking you muchly :D


All times are GMT -6. The time now is 02:48 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI