From 05084422a5a0232993abb269b39954cca7708d01 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Thu, 30 Mar 2017 19:27:58 +0200 Subject: [PATCH] Disable high dpi auto scaling --- main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main.cpp b/main.cpp index 67470a8e..ee9f0ece 100644 --- a/main.cpp +++ b/main.cpp @@ -68,11 +68,11 @@ void messageHandler(QtMsgType type, const QMessageLogContext &context, const QSt int main(int argc, char *argv[]) { - // 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 on windows & linux +//#if !defined(Q_OS_ANDROID) && QT_VERSION >= 0x050600 +// QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling); +// qDebug() << "High DPI auto scaling - enabled"; +//#endif // Log settings Monero::Wallet::init(argv[0], "monero-wallet-gui");