Can't minimize world map

Accidentally clicked maximize world map?
Is the minimize button now off the screen?
did you previously use the rename WTF folder trick and it’s quite terrible a fix?

reduce the scale with the command, click minimize

/run WorldMapFrame:SetScale(.7)

then this command to put it back to normal

/run WorldMapFrame:SetScale(1)

/win!

14 Likes

Can’t you also shift+M?
That’s how I usually do it, but thank you for the guide :heart:

That’s a different map entirely.

2 Likes

Thank you very much for clarifying, I did not know. :heart:

Super helpful thank you.

I had accidentally maximized and the minimize button was off the screen.

To use your fix I had to:

  • open the map
  • open chat
  • use a .6 scale instead of .7
    /run WorldMapFrame:SetScale(.6)
  • hit the (now visible) minimize button
  • set the scale back to 1 as you indicate

Thanks for posting this.

5 Likes
/run WorldMapFrame:Minimize()
/run WorldMapFrame:Maximize()

Pick one depending on your desired outcome.

3 Likes

[14:31:29] Type ‘/help’ for a listing of a few commands. :crazy_face:

Bless you! This problem keeps cropping up for me (open the map and it’s all over the screen) and this is the only fix that has worked!