kstyle: Create pixmaps with explicit devicePixelRatio
Otherwise Qt takes the qApp devicePixelRatio which can be integer or wrong in case of multi-monitor.
Not sure why QGuiApplication::devicePixelRatio()
is 2.0
here instead of 1.75
but using the correct explicit DPR is better either way.
Before:
After: