Skip to content

Commit 5f65f13

Browse files
committed
Merge bitcoin-core#189: qt: drop workaround for QTBUG-42503 which was fixed in Qt 5.5.0
a2a3f4c qt: drop workaround for QTBUG-42503 which was fixed in Qt 5.5.0 (Pavol Rusnak) Pull request description: Fixes bitcoin-core#101 ACKs for top commit: jonasschnelli: Tested ACK a2a3f4c - Tree-SHA512: 9ccbc20ff7991ec70cac7d4e4413f9d80a1de453e217d03927a5f167e87eae7f369f0ad437c40c8107e5384c5c5c758659ed0db923837a38f8d705f01f9cb798
2 parents d38e2d9 + a2a3f4c commit 5f65f13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/qt/overviewpage.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ OverviewPage::OverviewPage(const PlatformStyle *platformStyle, QWidget *parent)
151151

152152
// use a SingleColorIcon for the "out of sync warning" icon
153153
QIcon icon = platformStyle->SingleColorIcon(":/icons/warning");
154-
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)
155154
ui->labelTransactionsStatus->setIcon(icon);
156155
ui->labelWalletStatus->setIcon(icon);
157156

0 commit comments

Comments
 (0)