Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Works in Finder as well' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Works in Finder as well
Authored by: Viridian on Jun 27, '02 07:50:11PM
The Customize Toolbar sheet doesn't include a Flexible Space or Space item, so I tried adding one using this hint, and whaddaya know, it works! Find these lines about 70% of the way down in com.apple.finder.plist:

<key>toolbar-items</key>
<array>

and add the following lines so that it reads:

<key>toolbar-items</key>
<array>
    <dict>
      <key>item-id</key>
      <string>NSToolbarFlexibleSpaceItem</string>

    </dict>


This will put a space on the extreme left end of the Finder toolbar. Just control-drag to the desired position. Unfortunately, it doesn't expand when you remove items from the toolbar (ie, it's just a Space, not a Flexible Space).


[ Reply to This | # ]