Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Spectrum

macrumors 68000
Original poster
Mar 23, 2005
1,813
1,117
Never quite sure
After migrating to a hires 17" MacBook Pro (1920x1200) I'd like to increase the max icon size of some folders above 128 px. (I organise all my photos in folders using the Finder and thumbnails to locate the relevant file/folder.)

The following code allows the desktop icon size to be increased:

http://osxdaily.com/2008/01/02/make-finder-desktop-icon-sizes-huge/

Is there a way to modify this to apply it to other folders (at will)? QuickLook is pretty, but inefficient.

Cheers, Matt
 
I believe you need to use a similar technique, involving a few Terminal commands, but the file that needs editing is whichever one stores the per-folder view settings. I think this file is called .DS_Store but I'm not sure.

Anyway, there are several ways to edit these files:
Approach 1: Open in your favorite command-line editor (mine's nano), make the changes, and save.
Approach 2: Rename the file (with the mv command) so it doesn't have that dot as the first character then open it in your favorite GUI editor, make changes, save, rename it again.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.