Skip to content

[aurorae] - fix dpr value for theme config options

Michail Vourlakos requested to merge mvourlakos/kwin:m_aurorae_dpr into master

-provide a proper scale factor for theme config options. Previous code was using logicalDotsPerInch but the approach in other places has changed to use devicePixelRatio(). Without this patch the borders are calculated incorrectly to systems that have set fonts dpi greater than 96pixels and screens global scale factor is untouched at 100%.

Merge request reports