mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 02:36:23 -04:00
Fixed DHT icon
This commit is contained in:
parent
4b84767250
commit
2e76cc6267
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue