Skip to content
Snippets Groups Projects
Commit 5e6d6722 authored by Edric Milaret's avatar Edric Milaret Committed by gerrit2
Browse files

fix high dpi scaling with qt5.6

use the new Qt::AA_EnableHighDpiScaling introduced in Qt5.6

Change-Id: I258047bcc54413ce344103e4e90d5dc7e3756369
Tuleap: #916
parent 4194158d
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ Console()
int
main(int argc, char *argv[])
{
qputenv("QT_AUTO_SCREEN_SCALE_FACTOR", "1");
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication a(argc, argv);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment