Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Use ManifestDPIAware to improve the look of the Windows installer #4816

Merged
merged 2 commits into from Apr 15, 2020

Conversation

sjh26
Copy link
Contributor

@sjh26 sjh26 commented Apr 13, 2020

Fixes #4279

Adds "ManifestDPIAware true" to CPACK_NSIS_DEFINES. The variable value
must be as a single string to avoid inserting semicolons into the scripts

Before:
Screenshot 2020-04-13 13 54 37

After:
Screenshot 2020-04-13 13 54 25

"Before" installer
"After" installer

@sjh26 sjh26 requested review from lassoan, jcfr and pieper April 13, 2020 18:36
Copy link
Member

@jcfr jcfr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the patch.

After addressing few nitpicks, it will be good for integration.

Consider splitting into two commits with first one having the following title/message:

COMP: Update SlicerCPack to set CPACK_NSIS_DEFINES as a string

The variable value must be as a single string to avoid inserting semicolons
into the script.

CMake/SlicerCPack.cmake Show resolved Hide resolved
CMake/SlicerCPack.cmake Outdated Show resolved Hide resolved
The variable value must be as a single string to avoid inserting semicolons
into the script.
Adds "ManifestDPIAware true" to CPACK_NSIS_DEFINES.
@sjh26 sjh26 force-pushed the fix-blurry-windows-installer branch from 88df466 to 7e55f0f Compare April 15, 2020 16:59
@sjh26 sjh26 requested a review from jcfr April 15, 2020 17:00
@sjh26 sjh26 merged commit 90eac1e into Slicer:master Apr 15, 2020
@sjh26 sjh26 deleted the fix-blurry-windows-installer branch April 15, 2020 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Windows installer appears blurry
2 participants