Skip to content

scale size in setIconGeometry

Marco Martin requested to merge work/mart/scaledWindowGeometry into master

When setting an icon geometry, scale everything by qApp->devicePixelRatio()

now, this works correctly only if every screen has the same scale ratio, which is the case on x11 (when configured by gui) x and y may be incorrect in etherogeneous sizes case

Merge request reports