Merge pull request #2670

1fef418 main: enable high DPI scaling (selsta)
pull/2/head
luigi1111 5 years ago
commit 710159a236
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -170,11 +170,8 @@ int main(int argc, char *argv[])
if (isDesktop) putenv((char*)"QT_QPA_PLATFORM=xcb");
#endif
// // Enable high DPI scaling on windows & linux
//#if !defined(Q_OS_ANDROID) && QT_VERSION >= 0x050600
// QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
// qDebug() << "High DPI auto scaling - enabled";
//#endif
// enable High DPI scaling
qputenv("QT_ENABLE_HIGHDPI_SCALING", "1");
// Turn off colors in monerod log output.
qputenv("TERM", "goaway");