Thread Tools Display Modes
07-24-18, 06:11 PM   #1
Tussinwulf
A Defias Bandit
Join Date: Jul 2018
Posts: 2
Default UI Bar Names?

Hello,

Prior to prepatch I used my own little addon to scale my UI. I put the following into my .lua file -

MainMenuBar:SetScale(.8)
MultiBarRight:SetScale(.8)

For some reason this doesn't work anymore, I have attempted to do it in a macro with /run in front of it but it automatically resizes to default after a few seconds.

I have figured out that MainMenuBarArtFrame:SetScale(.8) works for the main menu but I haven't been able to achieve the rescale of the 2 bars on the right hand side of the screen.

Does anyone know what these bars are named/what the script would be to scale these?

Thanks!
  Reply With Quote
07-25-18, 07:59 AM   #2
JDoubleU00
A Firelord
 
JDoubleU00's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 463
Type /fstack and mouse over the frames to see what their names are. When you are done, you can use the same command to turn it off.
__________________
Author of JWExpBar and JWRepBar.
  Reply With Quote
07-25-18, 10:23 AM   #3
Tussinwulf
A Defias Bandit
Join Date: Jul 2018
Posts: 2
Originally Posted by JDoubleU00 View Post
Type /fstack and mouse over the frames to see what their names are. When you are done, you can use the same command to turn it off.
Hi JDoubleU00,

I gave that a try a few times, I found a few names -

MultiBarRight
VerticalMultiBarContainer
MultiBarLeft

For some reason I can’t get both to scale, only the one on the very right hand side changes. Any suggestions?
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » Default UI Bar Names?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off