gibaBR / Switch-Backup-Manager

Complete Switch Backups management tool
372 stars 54 forks source link

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

Closed garoxas closed 5 years ago

garoxas commented 5 years ago

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 commented 5 years ago

Thank you! I'm having some health problems with my wife but I'll take a look to all PRs as soon as possible.

Em 8 de set de 2018 09:23, "Garoxas" notifications@github.com escreveu:

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

true

You can view, comment on, or merge this pull request online at:

https://github.com/gibaBR/Switch-Backup-Manager/pull/59 Commit Summary

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gibaBR/Switch-Backup-Manager/pull/59, or mute the thread https://github.com/notifications/unsubscribe-auth/AVRl6io9sTsfV51o6OhoZAO7BcKTDTvfks5uY7apgaJpZM4Wf2YO .

garoxas commented 5 years ago

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