Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

iTunes 8.1 window too big - can't see bottom to resize.

Just downloaded iTunes 8.1. On launch the window is too big. The row of buttons at the bottom of the window are off the bottom of the screen - as is the corner you grab to resize (whatever that's called). How do I resize the window?

MacBook Pro 15", Mac OS X (10.5.6)

Posted on Mar 17, 2009 3:54 PM

Reply
Question marked as Best reply

Posted on Mar 17, 2009 4:11 PM

Press the green button at the top of the window, or open the Script Editor in the /Applications/AppleScript/ folder and run:

tell application "iTunes"
set bounds of window 1 to {296, 97, 1394, 996}
end tell

(41743)
56 replies

Mar 24, 2009 11:02 AM in response to Neil Baylis

I'm having a similar but slightly different problem. When I click on the "I" button to get episode information for a podcast, the window extends beyond the boundaries of the screen. When I try to close it with "open apple-W", it closes the main window. If I do it again then it closes the info window. I've tried the script (it resizes the main window, but not the info window) and windowwrangler to no avail. Thoughts?

Mar 25, 2009 5:57 PM in response to Chris CA

I am having the same problem with the info window- "window 2". I tried to run the script exactly as copied but I always get the message "can't get window of desktop's bounds". Notice also that it changes the wording to window of desktop. I am completely unfamiliar with AppleScript so maybe I am not doing this right. Any suggestions?

iTunes 8.1 window too big - can't see bottom to resize.

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.