I cannot find the chat frame in the move anything addon. I want to move the chat frame to the very bottom of the screen to get rid of the inch of blank space under it.
The frame name is ChatFrame1 (as you can find out with /fstack
) so you can use /mafe ChatFrame1
to modify it with MoveAnything. Make sure to uncheck the âClamp to screenâ tick box.
7 Likes
Just right click the chat tab, unlock it and move it.
For some reason this doesnt work. You can only move it close to the bottom of the screen, not all the way down.
2 Likes
You would need either a macro or an addon that ran
ChatFramex:SetClampRectInsets(0, 0, 0, 0)
(x being the chat frame number you wanted to move)
And then moved the chatframe(s) to wherever you wanted it.
By default the game sets a minimum border the frames canât be moved beyond.
Maybe?:
1 Like