Handle HighDpi screen.

This commit is contained in:
Matthieu Gautier 2018-07-17 14:24:14 +02:00
parent 12a2a3c036
commit bb9f60acc7

View File

@ -6,6 +6,7 @@
int main(int argc, char *argv[])
{
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
KiwixApp a(argc, argv);
QCommandLineParser parser;