Help with moving my chat box 🧐

Hey guys,

How do i close this gap on the left hand side of my chat box? I managed to hide the chat frame that used to sit there but it’s now created this gap. xD

I’ve pasted the code i used to hide it, would appreciate any help on this.

Screenshot
https://i.imgur.com/C4SdvNO.png

Code

ChatFrameMenuButton:Hide()
ChatFrameChannelButton:Hide()
ChatFrame1ButtonFrameBackground:Hide()
ChatFrame1ButtonFrame:Hide()

Use https://wow.gamepedia.com/API_Region_SetPoint to move the frame as far to the border as you like.

Nevermind i figured it out using the below code:

ChatFrame1:SetClampRectInsets(0, 0, 0, 0)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.