Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Wed, 14 Nov 2018 22:25:50 UTC Commit: 2a0e52afa719560d6653b4743078ab1d0a776237 https://github.com/geany/geany/commit/2a0e52afa719560d6653b4743078ab1d0a7762...
Log Message: ----------- Windows: Enable DPI-aware mode in Windows Assembly Manifest
This should solve display issues with HiDPI displays. Closes #692.
Modified Paths: -------------- geany.exe.manifest
Modified: geany.exe.manifest 6 lines changed, 6 insertions(+), 0 deletions(-) =================================================================== @@ -15,4 +15,10 @@ </requestedPrivileges> </security> </trustInfo> + + <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> + <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings%22%3E + <dpiAware>true</dpiAware> + </asmv3:windowsSettings> + </asmv3:application> </assembly>
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).