1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00

Update main EDMarketConnector manifest to be dpiAware+gdiScaling

This addresses the issue of radio buttons not resizing when using
Windows OS scaling of the whole UI.
This commit is contained in:
Athanasius 2020-09-25 16:13:22 +01:00
parent 1da24f2026
commit baebb2e91b

View File

@ -18,10 +18,15 @@
</compatibility>
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<!-- dpiAware needs to be under the 2005 schema -->
<dpiAware>true</dpiAware>
<!-- Declare that we want to use the UTF-8 code page -->
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
</asmv3:windowsSettings>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2017/WindowsSettings">
<!-- gdiScaling needs to be under the 2017 schema -->
<gdiScaling>true</gdiScaling>
</asmv3:windowsSettings>
</asmv3:application>
<dependency>
</dependency>