On Monday, December 26, 2016 at 9:30:25 AM UTC+8, Dan Schmidt wrote: > OS X 10.11.6 (El Capitan), Retina MacBook Pro. > > As of 2.4, all of the text in the app is rather blocky, as if it thinks that > the display resolution were half of what it is. An example is at > http://imgur.com/a/dMKnl. (The chessboard image looks blocky too, but that is > the resolution of the image, and looks the same as 2.3.6). In 2.3.6 all text > was very sharp; I can upload a sample image from that version if necessary. > > I tried running the program with "Mnemosyne --high-dpi-scaling" and observed > no change. >
As noted from 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> So add these to Info.plist should be enough. -- 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/ba9feac9-ccb9-4212-a964-37e7f0411bac%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
