Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.15.2
-
Desktop
Description
On windows if system scaling has been increased to 125% GUI looks bad. Texts gets chopped off and widgets alignments goes bad too.
This is happening only when windows settings/scale factor is 125%. If it is made 100% or 150% or 175% it works good.
Attached example reproduces it
Steps:
increased scaling factor to 125 % and run this little example to see it.
Update:
This issue is also seen on 150 and 175% in some case. LIke If HighDPI Scaling enabled and setting 96Dpi is set. Then it is showing problem with 125% only otherwise issue can be seen.
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication::setAttribute(Qt::AA_Use96
Attachments
Issue Links
- relates to
-
QTBUG-86344 Investigate UI rendering at fractional scale factors
- Open