View Single Post
01-02-19, 03:14 AM   #6
Tim
A Rage Talon Dragon Guard
 
Tim's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 309
Originally Posted by Ansi View Post
Thanks, Tim!

It works for the standard bars, but not for MultiBarBottomRight... Can't figure out why ><
There's 1 more file with styling and it actually mentions multibar..

Go into FakeBottomRightBar and in the CreateBar function comment out StyleButton(bar.buttons[i])

You should be able to move it as well by altering
Code:
bar:SetPoint("BOTTOMLEFT", MultiBarBottomLeftButton1, "TOPLEFT", 0, 6)
in the same CreateBar function.
__________________
AddOns: Tim @ WoWInterface
Battle Tag: Mysterio#11164
Current PC Setup: PCPartPicker List
  Reply With Quote