icons too small on hires screen

Started by fronsky, August 03, 2016, 21:44:20 PM

Previous topic - Next topic

fronsky

does anybody can help with increasing the icon size on my Windows 10 Surface Pro device. The text is ok.

Phil Beauvoir

It's a known issue. See https://github.com/archimatetool/archi/issues/146

Hope to try and sort it out in a future update.
If you value and use Archi, please consider making a donation!
Ask your ArchiMate related questions to the ArchiMate Community's Discussion Board.

fronsky

Would be very helpful. Thank you for yr reply.

Hervé

Hi,

You may use this trick :

  • Launch regedit and go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide. Then create a new 32bit DWORD entry called PreferExternalManifest with value 1.
  • Create a manifest file in the Archi folder (the same one where the Archi.exe file sits) called Archi.exe.manifest and with the following content :
  • Restart Archi
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
    <description>Archi</description>
    <asmv3:application>
        <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
            <dpiAware>false</dpiAware>
        </asmv3:windowsSettings>
    </asmv3:application>
</assembly>


Hope this helps

Best regards
Hervé