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

Added groupchat notification image

This commit is contained in:
Flynn 2014-06-27 16:11:31 -07:00
parent ed741b6364
commit d09926ebf0
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 761 B

View File

@ -18,7 +18,7 @@ GroupWidget::GroupWidget(int GroupId, QString Name)
textLayout.setMargin(0);
avatar.setPixmap(QPixmap("img/contact list icons/group_2x.png"));
statusPic.setPixmap(QPixmap("img/status/dot_away.png"));
statusPic.setPixmap(QPixmap("img/status/dot_groupchat.png"));
name.setText(Name);
QFont small;
small.setPixelSize(10);