Commit 2bf998b7 authored by Gavin Bisesi's avatar Gavin Bisesi
Browse files

Merge pull request #1728 from Cockatrice/leematos-hidpi-support

Enable HiDpiPixmaps for Qt5
parents c917a6c2 8a6d6326
......@@ -215,7 +215,9 @@ int main(int argc, char *argv[])
ui.show();
qDebug("main(): ui.show() finished");
#if QT_VERSION > 0x050000
app.setAttribute(Qt::AA_UseHighDpiPixmaps);
#endif
app.exec();
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment