Issue #1503: reactivate DPI awareness, and try to read/write component dimensions DPI independently

This commit is contained in:
Ansgar Becker
2021-12-26 13:06:24 +01:00
parent 07f00ed88d
commit d46716ff2e
19 changed files with 153 additions and 125 deletions

View File

@@ -2,6 +2,13 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<asmv3:application>
<asmv3:windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
</asmv3:windowsSettings>
</asmv3:application>
<description>A lightweight, fast and flexible interface to MySQL</description>
<dependency>