diff --git a/src/qt/qt_mainwindow.cpp b/src/qt/qt_mainwindow.cpp index ece9a6982..1eead1845 100644 --- a/src/qt/qt_mainwindow.cpp +++ b/src/qt/qt_mainwindow.cpp @@ -416,9 +416,6 @@ MainWindow::MainWindow(QWidget *parent) : } #endif -#ifdef _WIN32 - ui->toolBar->setIconSize(QSize(16 * screen()->devicePixelRatio(), 16 * screen()->devicePixelRatio())); -#endif setContextMenuPolicy(Qt::PreventContextMenu); }