View Single Post
08/04/15, 02:04 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,959
Sometimes the WINDOWS KEY+ UP ARROW changes the size of the Minion window, but not always.

Workaround to bring the minion window on your screen again:
Close minion, exit it completely (abort task in task manager or use tray symbol's context menu)!

Search for the minin.XML file located at a path like this:

Code:
C:\Users\<Your windows username>\.minion
Edit the minion.XML file with a text editor and search for this line
Code:
  <position height="689.0" width="1205.0" x="282.0" y="197.0"/>
The values for height, width, x and y are different in your file but you can change the x and y coords here to e.g. 0 , 0, save the file and start minion again.
Minion should be shown at the top left corner of your 1st screen (main screen) now.
  Reply With Quote