mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-05 13:35:56 -04:00
Fixed DHT icon
This commit is contained in:
parent
4b84767250
commit
2e76cc6267
@ -123,7 +123,7 @@ void DHTStatus::getDHTStatus()
|
||||
else
|
||||
{
|
||||
// RED - some issue.
|
||||
dhtstatusLabel->setPixmap(QPixmap(":/icons/bullet_red_64.png").scaledToHeight(S,Qt::SmoothTransformation));
|
||||
dhtstatusLabel->setPixmap(QPixmap(":/icons/bullet_red_128.png").scaledToHeight(S,Qt::SmoothTransformation));
|
||||
dhtstatusLabel->setToolTip( text + tr("DHT Error"));
|
||||
|
||||
spaceLabel->setVisible(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user