Commit e8546449 authored by Ronan Abhamon's avatar Ronan Abhamon

feat(App): enable high dpi scaling

parent 40fcb288
......@@ -75,6 +75,8 @@ AppController::AppController (int &argc, char *argv[]) {
QSurfaceFormat::setDefaultFormat(format);
}
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
// ---------------------------------------------------------------------------
// App creation.
// ---------------------------------------------------------------------------
......
Markdown is supported
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