Skip to content

Commit

Permalink
Merge 59adb7c into 3f6f753
Browse files Browse the repository at this point in the history
  • Loading branch information
hgraeber committed May 11, 2018
2 parents 3f6f753 + 59adb7c commit e2e9a3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/main.cpp
Expand Up @@ -39,7 +39,6 @@
* @return
*/
int main(int argc, char *argv[]) {
qputenv("QT_AUTO_SCREEN_SCALE_FACTOR", "1");
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QString text = "";
for (int i = 1; i < argc; ++i) {
Expand Down

0 comments on commit e2e9a3d

Please sign in to comment.