Skip to content
Snippets Groups Projects
Unverified Commit c28d30f1 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[ui] highdpi fix

parent dd96c098
Branches
Tags
No related merge requests found
...@@ -60,6 +60,7 @@ int main(int argc, char **argv) { ...@@ -60,6 +60,7 @@ int main(int argc, char **argv) {
QApplication::setApplicationVersion(backend.getVersion()); QApplication::setApplicationVersion(backend.getVersion());
QApplication app(argc, argv); QApplication app(argc, argv);
app.setQuitOnLastWindowClosed(false); app.setQuitOnLastWindowClosed(false);
app.setAttribute(Qt::AA_UseHighDpiPixmaps);
/* load providers json */ /* load providers json */
QFile providerJson (":/providers.json"); QFile providerJson (":/providers.json");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment