View Single Post
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