>In total the thickness went down from 7 to 6 pixels, which is a 14% decrease, making it 14% more likely to miss it.
Pedantic, but chance of miss is actually less than 14% more likely since the user's click location is not uniformly random over the thickness area, it's biased toward the center (normally distributed).
never thought about it before but after playing with it a while i notice i tend to approach from the right, which means moving out if i'm inside on the right side. i think this is because my positioning accuracy seems to be higher moving leftwards than rightwards...
Yeah, and not to mention the increase in likelihood click events the user intends for the application will make it through successfully, rather than being stolen by the window manager.
Pedantic, but chance of miss is actually less than 14% more likely since the user's click location is not uniformly random over the thickness area, it's biased toward the center (normally distributed).