Description

At the moment, UI scale is calculated on Linux from physical monitor dimensions (obtained ultimately from EDID) and not system scale. The granularity is 0.25, so scale can be 0.25, 0.5, 0.75, 1, 1.25, 1.5, etc. This results in some monitors (in about 107-108 DPI range) to fall into 1.25 scale, which creates too large windows.

Proposed fix is to make the scale more coarse and have scales 0.5, 1, 1.5, 2, etc.

Steps to Reproduce

1. Run on a monitor that has 108 or so physical DPI (grep DPI /var/log/Xorg.0.log to find one)
2. Notice too large windows

Community References

Have Comments or More Details?

Head over to the existing Questions & Answers thread and let us know what's up.

1
Login to Vote

Fixed
ComponentUE - Platform - Linux
Affects Versions4.18
Target Fix4.18.2
Fix Commit3776509
CreatedNov 7, 2017
ResolvedNov 28, 2017
UpdatedApr 27, 2018
Pull Requests
4447 - klorberg