1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Add dark group icon

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-06-27 22:54:01 +02:00
parent c0fdf57a78
commit ab9ed12850
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

View File

@ -124,7 +124,7 @@ void GroupWidget::setAsActiveChatroom()
QPalette pal3;
pal3.setColor(QPalette::Background, Qt::white);
this->setPalette(pal3);
avatar.setPixmap(QPixmap("img/contact list icons/group_dark_2x.png"));
avatar.setPixmap(QPixmap("img/contact list icons/group_dark.png"));
}
void GroupWidget::setAsInactiveChatroom()