Fix settings window...

This commit is contained in:
niksedk 2023-07-01 23:24:18 +02:00
parent 217023d71e
commit 4e266de5ca
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
</assemblyBinding>
</runtime>
<System.Windows.Forms.ApplicationConfigurationSection>
<!--<System.Windows.Forms.ApplicationConfigurationSection>
<add key="DpiAwareness" value="PerMonitorV2" />
</System.Windows.Forms.ApplicationConfigurationSection>
</System.Windows.Forms.ApplicationConfigurationSection>-->
</configuration>

View File

@ -51,14 +51,14 @@
also set the 'EnableWindowsFormsHighDpiAutoResizing' setting to 'true' in their app.config.
Makes the application long-path aware. See https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation -->
<!--
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>
-->
<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
<!--