mention setting QT_FONT_DPI in README file since it has no effect in the binary

This commit is contained in:
Axel Kohlmeyer
2023-07-30 11:50:00 -04:00
parent ac9163447c
commit 080d868e40
2 changed files with 11 additions and 3 deletions

View File

@ -82,7 +82,6 @@ LammpsGui::LammpsGui(QWidget *parent, const char *filename) :
setWindowIcon(QIcon(":/lammps-icon-128x128.png"));
#if (__APPLE__)
QFont text_font("Menlo");
setenv("QT_FONT_DPI", "96", 0);
#else
QFont text_font(":/Monospace.ttf");
#endif