axiom
axiom copied to clipboard
Fix incorrect DPI scaling of surfaces
Currently the scaling of surface content on monitors with non-1 DPI scaling is completely out of whack. Text is the correct size, but everything else is unscaled so the text appears huge (and often clipped).
This should be fixable by multiplying/dividing by Application::desktop()->devicePixelRatio()
wherever necessary.