Yup, I found that it calls AddWidgetCollider too. It seems that depending on resoultion collider is not where it should be and with wrong size. It also depends of minimum/maximum height parameters set for pixel perfect option. I've fixed it by switching from 2D_UI to 3D_UI, but I'm not very satisfied with two types of colliders for GUI and game objects.