mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-01 17:16:24 +00:00
feat(App): enable high dpi scaling
This commit is contained in:
parent
40fcb28818
commit
e85464491d
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,8 @@ AppController::AppController (int &argc, char *argv[]) {
|
|||
QSurfaceFormat::setDefaultFormat(format);
|
||||
}
|
||||
|
||||
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// App creation.
|
||||
// ---------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue