qt: disable sub-pixel alignment in flickables if screen dpi is greater than 150
Sub-pixel alignment can be useful with animations (including smooth scrolling), but it should not be necessary if the screen is high dpi.
There is similar concern in anchors.centerIn
, but anchors.alignWhenCentered
is
true
by default (unlike Flickable
's
pixelAligned`).