Browse Source

Revert "UI: Enable HiDPI scaling."

This reverts commit c4eebbba54717bac6abb1ae22ae1cb492fe212ad.
jp9000 9 years ago
parent
commit
fa0bd585a5
1 changed files with 0 additions and 2 deletions
  1. 0 2
      UI/obs-app.cpp

+ 0 - 2
UI/obs-app.cpp

@@ -1319,8 +1319,6 @@ static int run_program(fstream &logFile, int argc, char *argv[])
 
 	QCoreApplication::addLibraryPath(".");
 
-	QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
-
 	OBSApp program(argc, argv, profilerNameStore.get());
 	try {
 		program.AppInit();