mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-27 14:25:34 +00:00
The manifest now indicates that GSmartControl is dpi-aware (no more blurring
in high-dpi situations under Windows).
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user