diff --git a/src/Application.cpp b/src/Application.cpp index 0857eaf2d..796e4ef48 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -48,6 +48,9 @@ void Application::init() { _backgroundInstance = 0; + // enable high dpi support + setAttribute(Qt::AA_UseHighDpiPixmaps, true); + #if defined(Q_OS_MAC) // this ensures that Ctrl and Meta are not swapped, so CTRL-C and friends // will work correctly in the terminal