Skip to content

Round x11GlobalScaleFactor instead of flooring it

Nate Graham requested to merge work/cherry-pick-28b72467 into Plasma/6.0

When display scaling is set to 175%, flooring scale factor down to 1 results in very cramped widgets. To the point when the text scaled by 1.75 doesn't fit the widgets.

Properly round x11GlobalScaleFactor to avoid that.

Signed-off-by: Vasily Khoruzhick anarsoul@gmail.com

BUG: 480828 Fixed-IN: 6.0

(cherry picked from commit 28b72467)

Merge request reports