Enable HiDpi Attributes
ClosedPublic

Authored by rizzitello on May 7 2019, 1:49 AM.

Details

Summary

Enabled the HiDpi attributes

Diff Detail

Repository
R231 Atelier
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
rizzitello requested review of this revision.May 7 2019, 1:49 AM
rizzitello created this revision.
rizzitello edited the summary of this revision. (Show Details)May 7 2019, 1:50 AM
broulik added a subscriber: broulik.May 7 2019, 8:04 AM
broulik added inline comments.
src/main.cpp
35

Don't set AA_EnableHighDpiScaling, this will override any scaling set by the user and force Qt trying to guess from monitor DPI. Just setting AA_UseHighDpiPixmaps is sufficient.

rizzitello marked an inline comment as done.May 7 2019, 12:22 PM
rizzitello updated this revision to Diff 57712.May 7 2019, 12:23 PM
rizzitello edited the summary of this revision. (Show Details)
  • Remove AA_EnableHighDpiScale as suggested by Kai
patrickelectric accepted this revision.May 7 2019, 12:32 PM
This revision is now accepted and ready to land.May 7 2019, 12:32 PM
This revision was automatically updated to reflect the committed changes.