From e6ee00969891a2a2ab1ff5e3f30d5264e8fd85d0 Mon Sep 17 00:00:00 2001 From: fourtf Date: Sun, 24 Sep 2017 20:02:43 +0200 Subject: [PATCH] removed the qt scaling --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index ab0ca1bc..cb8624f0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -73,8 +73,6 @@ int main(int argc, char *argv[]) a.installNativeEventFilter(new DpiNativeEventFilter); #endif - a.setAttribute(Qt::AA_EnableHighDpiScaling, true); - // Options bool portable = false;