aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-06-04 17:09:11 +0200
committerDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-06-04 17:09:11 +0200
commit91b85f99190621baf4da28b6c9050becb5767041 (patch)
treec437c93dac6aae095b2d5e99870e38b3a160fa48 /launcher
parent1ab00ca8b260e4ff33c4bc1ed5d0167e210de64f (diff)
downloadPrismLauncher-91b85f99190621baf4da28b6c9050becb5767041.tar.gz
PrismLauncher-91b85f99190621baf4da28b6c9050becb5767041.tar.bz2
PrismLauncher-91b85f99190621baf4da28b6c9050becb5767041.zip
Revert "Merge pull request #315 from txtsd/display_scaling"
This reverts commit fcf728f3b5f4923cc05edfeb45f8340f420669cf.
Diffstat (limited to 'launcher')
-rw-r--r--launcher/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/launcher/main.cpp b/launcher/main.cpp
index 85c5fdee..3d25b4ff 100644
--- a/launcher/main.cpp
+++ b/launcher/main.cpp
@@ -27,10 +27,6 @@ int main(int argc, char *argv[])
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QGuiApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
-#if (QT_VERSION >= QT_VERSION_CHECK(5, 14, 0))
- QApplication::setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy::PassThrough);
-#endif
-
// initialize Qt
Application app(argc, argv);