On Tuesday, February 14, 2017 at 5:25:20 AM UTC+8, [email protected] wrote: > Hey, > > Does anyone know why Mnemosyne is blurry on MacOS (retina display)? If > someone can point me to right direction I might find time to contribute fix > to the project, of course depending on amount of effort required. > > Issue illustrated: http://i.imgur.com/RlWMGeA.png > > - Petri
As noted by Qt5 documentation about [high DPI](http://doc.qt.io/qt-5/highdpi.html): > Note: On macOS, high-DPI support is enabled by settings in the Info.plist > file. Make sure they are present. >> <key>NSPrincipalClass</key> >> <string>NSApplication</string> >> <key>NSHighResolutionCapable</key> >> <string>True</string> -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/2a8a7d4b-ba0f-4b6d-a781-15158c9757f6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
