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:
parent
c0fdf57a78
commit
ab9ed12850
BIN
img/contact list icons/group_dark.png
Normal file
BIN
img/contact list icons/group_dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 503 B |
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user