Don't activate Exposé when you have a 10 mile high window open.
Unless I'm missing something, this doesn't look like an Exposé error.
Click a folder with fewer contents?You are right; I mistitled the thread. What I meant was, how do I fix the 10-mile-high window problem.![]()
Grab bottom right corner and resize?
tell application "Finder" to set bounds of Finder window 1 to {100, 100, 800, 600}
Make it the frontmost Finder window then run this script in Script Editor:
Code:tell application "Finder" to set bounds of Finder window 1 to {100, 100, 800, 600}