In the code
|
icon.addPixmap(icon.pixmap(QSize(64,64), QIcon::Normal), QIcon::Disabled); // also set the disabled icon because we are using a disabled QPushButton to work around missing HiDPI support of QLabel (https://bugreports.qt.io/browse/QTBUG-42503) |
we should drop the workaround for QTBUG-42503 which is already fixed since Qt 5.5.0.
Disclaimer: I'm not able to test a patch as testing requires retina display.
In the code
gui/src/qt/overviewpage.cpp
Line 128 in 9dd4de2
we should drop the workaround for QTBUG-42503 which is already fixed since Qt 5.5.0.
Disclaimer: I'm not able to test a patch as testing requires retina display.