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


Click here to return to the 'Disable drawer thumbnails in Preview.app' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Disable drawer thumbnails in Preview.app
Authored by: Anonymous on Aug 23, '07 03:00:18PM
...except, because the key in question is a child of the "Preview" key, you need to do this instead:
    defaults write com.apple.Preview Preview -dict-add PVGeneralThumbnailSize 0
And to set back to the default value:
    defaults write com.apple.Preview Preview -dict-add PVGeneralThumbnailSize 60
An alternate method is to go into Preview's preferences, go to the PDF tab, and check "Open drawer only for Table of Contents". This way, the drawer isn't opened up for every single PDF you open.

[ Reply to This | # ]