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

prevent window shrink when running on display with high DPI #59

Merged
merged 1 commit into from
Sep 13, 2018

Conversation

garoxas
Copy link
Contributor

@garoxas garoxas commented Sep 8, 2018

fix main window shrink when running on system with high DPI display
tested on win 10 with 150% running, when opening file dialog the entire app will shrink back to 100% and remain that way until relaunch app

fixed by adding these lines to manifest file

  <application xmlns="urn:schemas-microsoft-com:asm.v3">
    <windowsSettings>
      <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
    </windowsSettings>
  </application>

@gibaBR
Copy link
Owner

gibaBR commented Sep 8, 2018 via email

@garoxas
Copy link
Contributor Author

garoxas commented Sep 8, 2018

sure, take your time. your personal life first dude 👍

@gibaBR gibaBR merged commit 4217578 into gibaBR:master Sep 13, 2018
@garoxas garoxas deleted the dpi branch September 14, 2018 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants