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.
Signed-off-by: Vasily Khoruzhick anarsoul@gmail.com
BUG: 480828 Fixed-IN: 6.0
(cherry picked from commit 28b72467)