Skip to content

Use scene devicePixelRatio all the way

Kai Uwe Broulik requested to merge work/kbroulik/window-dpr-alltheway into master

When possible, use the devicePixelRatio from the scene which on Wayland unlike the QApplication will properly support fractional scaling.


@meven

Before

Screenshot_20231120_122951

After

Screenshot_20231120_141413

Edited by Kai Uwe Broulik

Merge request reports