Skip to content

Round x11GlobalScaleFactor instead of flooring it

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.

BUG: 480828

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

Merge request reports