Skip to content
Snippets Groups Projects
Commit 50367449 authored by SeeLook's avatar SeeLook
Browse files

We can't live without hi DPI scaling...

parent 6d1e4bf3
Branches
Tags
No related merge requests found
......@@ -62,8 +62,7 @@ bool resetConfig;
int main(int argc, char *argv[])
{
// QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
// FIXME: so far it is more disaster then helps (WIN: pixelized images, other issues)
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
#if defined (Q_OS_ANDROID)
qputenv("QT_ANDROID_VOLUME_KEYS", "1"); // Handle volume keys by Qt, lock native Android behavior
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment