Page 1 of 1

Addon for changing the size of the UI ?

PostPosted: Wed Jul 01, 2015 12:11 pm
by Boufcon
Hello, i was wondering if there was an addon that allowed us to modify the size of the different UI elements like chat, action bars, etc...Because the cursor in video is only to modify all the elements, and when i'm setting a size that i like, i can't read the chat well or some other elements...

Re: Addon for changing the size of the UI ?

PostPosted: Wed Jul 01, 2015 1:41 pm
by schaka
Not sure MoveAnything can already do this in Vanilla... but:

Mouseover what you wanna change, type
Code: Select all
/run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetName())


Then do with whatever name it tells you in chat (case sensitive)
Code: Select all
/run NameYouGot:SetScale(1.2)

Re: Addon for changing the size of the UI ?

PostPosted: Wed Jul 01, 2015 4:08 pm
by Boufcon
Doesnt really work...it gives me an error message :/

Re: Addon for changing the size of the UI ?

PostPosted: Thu Jul 02, 2015 7:50 am
by schaka
You gotta type it exactly like that...

- open your chat window, copy in the first line
- mouseover the frame you want to re-scale
- press enter
- watch chat for the name (for example, PlayerFrame)
- use the second line, but replace NameYouGot with whatever name (for example, PlayerFrame)

Not that hard, is it?

Re: Addon for changing the size of the UI ?

PostPosted: Thu Jul 02, 2015 12:54 pm
by Mr_Rosh
Or just get the name and type /move SOMETHING and you will be able to adjust the size manually.

Re: Addon for changing the size of the UI ?

PostPosted: Fri Jul 03, 2015 11:19 am
by Boufcon
Nothing of these worked, I tried to download the addon MoveAnything, but all the versions i found were out of date, guess it's impossible then :/

Re: Addon for changing the size of the UI ?

PostPosted: Fri Jul 03, 2015 12:55 pm
by Mr_Rosh
You need to enable the Out of date addons from the login screen in order for them to work.