diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-04-24 11:22:47 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-04-24 11:22:47 +0200 |
| commit | 115102624e40c3579e5f87288ca6d113d8d83913 (patch) | |
| tree | 0cacf2c3e277d2799cf13fa38681bd34c745ed29 /main.cpp | |
| parent | 5a0adb18d352ad40808aff065d8599742a773f10 (diff) | |
| parent | 05084422a5a0232993abb269b39954cca7708d01 (diff) | |
| download | monzero-gui-115102624e40c3579e5f87288ca6d113d8d83913.tar.gz monzero-gui-115102624e40c3579e5f87288ca6d113d8d83913.tar.xz monzero-gui-115102624e40c3579e5f87288ca6d113d8d83913.zip | |
Merge pull request #647
0508442 Disable high dpi auto scaling (Jaquee)
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"); |
