For some reason (most likely a preview for Mac OS X 10.7), Apple decided to move the window control buttons on the OS X version of iTunes 10 to a vertical orientation.
To change the buttons to a horizontal position, run the below command in the Terminal.
defaults write com.apple.iTunes full-window -1
To change the orientation back, change the value -1 to 0.
No comments:
Post a Comment