mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 22:34:27 -07:00
Another manifest fix, the bug here caused the scaling to go wrong.
This commit is contained in:
parent
e85ed40be5
commit
25337935a7
1 changed files with 8 additions and 8 deletions
|
@ -5,19 +5,19 @@
|
|||
<!-- Make sure windows Vista and above treat Greenshot as "DPI Aware"
|
||||
See: http://msdn.microsoft.com/en-us/library/ms633543.aspx -->
|
||||
<asmv3:application>
|
||||
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
||||
<asmv3 xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
||||
<dpiAware>True/PM</dpiAware>
|
||||
</asmv3:windowsSettings>
|
||||
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2011/WindowsSettings">
|
||||
</asmv3>
|
||||
<asmv3 xmlns="http://schemas.microsoft.com/SMI/2011/WindowsSettings">
|
||||
<disableWindowFiltering>true</disableWindowFiltering>
|
||||
<printerDriverIsolation>true</printerDriverIsolation>
|
||||
</asmv3:windowsSettings>
|
||||
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
|
||||
</asmv3>
|
||||
<asmv3 xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
|
||||
<dpiAwareness>PerMonitorV2,PerMonitor</dpiAwareness>
|
||||
</asmv3:windowsSettings>
|
||||
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2017/WindowsSettings">
|
||||
</asmv3>
|
||||
<asmv3 xmlns="http://schemas.microsoft.com/SMI/2017/WindowsSettings">
|
||||
<gdiScaling>true</gdiScaling>
|
||||
</asmv3:windowsSettings>
|
||||
</asmv3>
|
||||
</asmv3:application>
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<application>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue