The manifest now indicates that GSmartControl is dpi-aware (no more blurring

in high-dpi situations under Windows).
This commit is contained in:
Alexander Shaduri
2012-01-09 16:52:29 +00:00
parent 13d83949c4
commit 8ab18d433a
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ TODO:
Update the man page with new options and stuff.
Change all metion of berlios.
See whether we should prefer intel matrix or sda, filter duplicates accordingly.
3ware detection:
@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity version="0.0.0.0"
name="gsmartcontrol.exe"
processorArchitecture="@WINDOWS_ARCH@"
type="win32" />
<!-- This is displayed in UAC dialogs -->
<description>GSmartControl - Hard disk drive health inspection tool</description>
<!-- Privilege requirements -->
@@ -16,4 +18,10 @@
</ms_asmv2:security>
</ms_asmv2:trustInfo>
<!-- GTK applications are dpi-aware -->
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>