diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-03-30 19:27:58 +0200 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-03-30 19:27:58 +0200 |
| commit | 05084422a5a0232993abb269b39954cca7708d01 (patch) | |
| tree | bc0a046abeb1b9cc873cc96cca760cb414b383c9 /main.cpp | |
| parent | 4ca35af11ac8b41192bdb373216513e524ee4cb0 (diff) | |
| download | monzero-gui-05084422a5a0232993abb269b39954cca7708d01.tar.gz monzero-gui-05084422a5a0232993abb269b39954cca7708d01.tar.xz monzero-gui-05084422a5a0232993abb269b39954cca7708d01.zip | |
Disable high dpi auto scaling
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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"); |
