Skip to content

Commit

Permalink
Use high dpi pixmaps flag (#7481)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed May 24, 2021
1 parent 3ae6b94 commit 98d8b85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditLIB/OMEditApplication.cpp
Expand Up @@ -68,6 +68,7 @@ OMEditApplication::OMEditApplication(int &argc, char **argv, threadData_t* threa
QTextCodec::setCodecForLocale(QTextCodec::codecForName(Helper::utf8.toUtf8().constData()));
#endif
setAttribute(Qt::AA_DontShowIconsInMenus, false);
setAttribute(Qt::AA_UseHighDpiPixmaps);
// Localization
//*a.severin/ add localization
const char *installationDirectoryPath = SettingsImpl__getInstallationDirectoryPath();
Expand Down

0 comments on commit 98d8b85

Please sign in to comment.