Mac Client & Retina / HIDPI Display Support

Started by pheller, April 05, 2016, 05:14:22 PM

Previous topic - Next topic

pheller

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

Alex Kirhenshtein

Thank you for this tip, I've added that key to Info.plist we use during packaging.