iTunes 8.1 Window Weirdness In OS X

      by Wyatt Walter

After upgrading to iTunes 8.1 on my MacBook, I noticed a weird behavior of the window. After unplugging from my external monitor at work, the iTunes window was too big for me to see the whole thing and I couldn’t grab the “resizer” at the bottom-right of the window since it too was off the screen. Clicking the green “+” changed it to its compact view, which didn’t allow me to resize the full window. Clicking it again brought me back to the same situation. For anyone else looking for this, here’s a fix that I found in the Apple support forums and it worked for me:

Open /Applications/AppleScript/Script Editor

Run the following:
tell application "iTunes"
set bounds of window 1 to {296, 97, 800, 600}
end tell

Related Posts Related Websites

Tags:
Filed under How-Tos / Tips : Comments (0) : Mar 25th, 2009

Leave a Reply