diff --git a/app/main.cpp b/app/main.cpp --- a/app/main.cpp +++ b/app/main.cpp @@ -30,6 +30,7 @@ int main (int argc, char *argv[]) { + QGuiApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true); QApplication app(argc, argv); app.setQuitOnLastWindowClosed(false);