mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
resize tray icon because a 1024x1024 icon won't show in ubuntu (bug)
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
8e76ca0429
commit
ac23394ea8
@@ -71,7 +71,8 @@ NetworkStyle::NetworkStyle(const QString &appName, const int iconColorHueShift,
|
||||
pixmap.convertFromImage(img);
|
||||
}
|
||||
|
||||
appIcon = QIcon(pixmap);
|
||||
appIcon = QIcon(pixmap);
|
||||
trayAndWindowIcon = QIcon(pixmap.scaled(QSize(256,256)));
|
||||
}
|
||||
|
||||
const NetworkStyle *NetworkStyle::instantiate(const QString &networkId)
|
||||
|
||||
Reference in New Issue
Block a user