Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix indent
  • Loading branch information
jbp35 authored and nyalldawson committed May 11, 2023
1 parent 8ec8e00 commit 8de2e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/main.cpp
Expand Up @@ -918,8 +918,8 @@ int main( int argc, char *argv[] )
exit( 1 ); //exit for now until a version of qgis is capable of running non interactive
}

// Set up for high DPI displays
// The following values are set by default in Qt 6
// Set up for high DPI displays
// The following values are set by default in Qt 6
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true);
QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
Expand Down

0 comments on commit 8de2e12

Please sign in to comment.