Skip to content

Commit a2a3f4c

Browse files
committed
qt: drop workaround for QTBUG-42503 which was fixed in Qt 5.5.0
Fixes bitcoin-core#101
1 parent 43f3ada commit a2a3f4c

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
@@ -126,7 +126,6 @@ OverviewPage::OverviewPage(const PlatformStyle *platformStyle, QWidget *parent)
126126

127127
// use a SingleColorIcon for the "out of sync warning" icon
128128
QIcon icon = platformStyle->SingleColorIcon(":/icons/warning");
129-
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)
130129
ui->labelTransactionsStatus->setIcon(icon);
131130
ui->labelWalletStatus->setIcon(icon);
132131

0 commit comments

Comments
 (0)