BUG: Fixed warping of markup fiducial labels
Warping of markup fiducial labels was caused by using perspective projection in overlay renderer's camera. See details in https://github.com/commontk/CTK/pull/720.
By switching to parallel projection, default scaling of widgets have to be adjusted, which is addressed in this pull request.
Merge this exactly at the same time when switching to the fixed CTK version!