Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'View maximized Cover Flow window via AppleScript' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
View maximized Cover Flow window via AppleScript
Authored by: garee on Fri, May 16 2008 at 2:17PM PDT

I love jonn8n's script. I saved it as an application and put it in finders toolbar. I've made one small change:

in line 20 I changed
set bounds to desktop_bounds
to
set bounds to {0, 44, item 3 of desktop_bounds, item 4 of desktop_bounds}

this prevents the finder's status bar from disappearing at the bottom of the screen.



[ Reply to This | # ]