1. #1
    Deleted

    Little background square.

    There is an addon that sets a rectangular panel behind your UI elements(ppl use it behind their action bars),anyone knows how it's called?

  2. #2
    The addon you are looking for is probably Kgpanels, does everything you requested

  3. #3
    You can paste the following code in the OnLoad script event if you want class colored borders

    Code:
    local _, Class = UnitClass("player")
    local Color = RAID_CLASS_COLORS[Class]
    self:SetBackdropBorderColor(Color.r,Color.g,Color.b)
    I was earlier using another addon called LitePanels that allowed you to create panels but it doesn't have any UI way to reposition frames the way KGPanels does

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •