Q: window stuck at top of screen?
My iTunes window is stuck at the top of the screen under the menu bar. Mini player works fine, but when I expand back out it goes back up under menu again. I've tried rebooting, force quit, and no solution yet? Any help?
MacBook Air (13-inch, Mid 2012), OS X Mountain Lion (10.8.3)
Posted on Apr 11, 2013 3:31 PM
by Niel,Solvedanswer
Mac OS X
Open the AppleScript Editor in the /Applications/Utilities/ folder and run:
tell application "iTunes"
set bounds of window 1 to {291, 56, 1389, 978}
end tell
(80669)
Posted on Apr 11, 2013 3:34 PM