Skip to content

Commit

Permalink
EnableHighDpiScaling
Browse files Browse the repository at this point in the history
  • Loading branch information
Bringer-of-Light authored Jan 25, 2018
1 parent f4c29a9 commit 73e1bf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exampleforwindows/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

int main(int argc, char *argv[])
{
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication a(argc, argv);
MainWindow w;
w.show();
Expand Down

0 comments on commit 73e1bf3

Please sign in to comment.