NetXMS Support Forum

English Support => General Support => Topic started by: pheller on April 05, 2016, 05:14:22 PM

Title: Mac Client & Retina / HIDPI Display Support
Post by: pheller on April 05, 2016, 05:14:22 PM
Greetings,

  The Mac thick client does not appear to support HIDPI as distributed.

The following can be added as children of the <dict> root element in "NetXMS Console.app/Contents/Info.plist", which will enable HIDPI support in the vector components of the UI:

    <key>NSHighResolutionCapable</key>
    <true/>

The Icons look OK under HIDPI as is, but adding high res versions would make the client more complete.

Regards,

  Phil
Title: Re: Mac Client & Retina / HIDPI Display Support
Post by: Alex Kirhenshtein on April 06, 2016, 05:24:40 PM
Thank you for this tip, I've added that key to Info.plist we use during packaging.