Archi Forum

Archi => General Archi Discussion => Topic started by: fronsky on August 03, 2016, 21:44:20 PM

Title: icons too small on hires screen
Post by: fronsky on August 03, 2016, 21:44:20 PM
does anybody can help with increasing the icon size on my Windows 10 Surface Pro device. The text is ok.
Title: Re: icons too small on hires screen
Post by: Phil Beauvoir on August 03, 2016, 21:48:56 PM
It's a known issue. See https://github.com/archimatetool/archi/issues/146

Hope to try and sort it out in a future update.
Title: Re: icons too small on hires screen
Post by: fronsky on August 04, 2016, 08:21:39 AM
Would be very helpful. Thank you for yr reply.
Title: Re: icons too small on hires screen
Post by: Hervé on August 22, 2016, 20:52:08 PM
Hi,

You may use this trick :
<?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é