Skip to content

Commit

Permalink
Add dpiAwareness option to manifest that matches the default one Qt 6…
Browse files Browse the repository at this point in the history
… tries to use
  • Loading branch information
hmartinez82 committed Oct 14, 2023
1 parent 3283c67 commit 4c66061
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/stellarium.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
</security>
</trustInfo>
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<asmv3:windowsSettings>
<ms_windowsSettings:dpiAware xmlns:ms_windowsSettings="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</ms_windowsSettings:dpiAware>
<ms_windowsSettings:dpiAwareness xmlns:ms_windowsSettings="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</ms_windowsSettings:dpiAwareness>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>

0 comments on commit 4c66061

Please sign in to comment.