Re: Perfect Tunes scaling problems with high dpi screen
Try this:
first with the value as default (copy the whole lot):
<ms_windowsSettings:dpiAware xmlns:ms_windowsSettings=&*8221;http://schemas.microsoft.com/SMI/2005/WindowsSettings&*8221;>false</ms>
then with:
<ms_windowsSettings:dpiAware xmlns:ms_windowsSettings=&*8221;http://schemas.microsoft.com/SMI/2005/WindowsSettings&*8221;>true</ms>
see if these help.
Try this:
first with the value as default (copy the whole lot):
<ms_windowsSettings:dpiAware xmlns:ms_windowsSettings=&*8221;http://schemas.microsoft.com/SMI/2005/WindowsSettings&*8221;>false</ms>
then with:
<ms_windowsSettings:dpiAware xmlns:ms_windowsSettings=&*8221;http://schemas.microsoft.com/SMI/2005/WindowsSettings&*8221;>true</ms>
see if these help.
Comment