removed the qt scaling

This commit is contained in:
fourtf
2017-09-24 20:02:43 +02:00
parent 81e06f3a53
commit e6ee009698
-2
View File
@@ -73,8 +73,6 @@ int main(int argc, char *argv[])
a.installNativeEventFilter(new DpiNativeEventFilter); a.installNativeEventFilter(new DpiNativeEventFilter);
#endif #endif
a.setAttribute(Qt::AA_EnableHighDpiScaling, true);
// Options // Options
bool portable = false; bool portable = false;