Skip to content

Fix rating pixmap alignment on high-dpi screens

When calculating layout geometry based on the pixmap size, one needs to divide by devicePixelRatio


Before at 3x

Screenshot_20220223_204200

After

Screenshot_20220223_204142

Also works fine at 2x and 1x

Merge request reports