shiningthrough

Change iTunes 10 buttons from vertical back to Horizontal

03 September 2010

I really don't like the new iTunes 10 vertical title bar buttons, fortunately they can be changed back to horizontal again quite easily.

Open up terminal, and paste in the following command

defaults write com.apple.iTunes full-window -boolean YES

To make them vertical again, paste in this

defaults write com.apple.iTunes full-window -boolean NO

Comments