25
11
I've found the default 40px Mac OS X window shadow too big:
Is it possible to decrease it to, say, 4px?
Update: I can disable shadows entirely with defaults write com.apple.screencapture disable-shadow -bool true
, but I don't want to. I do want decrease them.
1
com.apple.screencapture disable-shadow
applies to just single-window screenshots, likescreencapture -o
. Related to osx - Disable drop shadows around windows or the menu bar on OS X - Super User. – Lri – 2011-08-08T09:25:33.090I had a big shadow like this in my application, and just had to drop it down to around 4px. It was an obvious issue for me, hopefully Apple fixes this in the future. – Devin G Rhode – 2012-05-05T05:35:48.573